开放平台
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021
  1. # OpenPlatForm
  2. ## Build Setup
  3. ```bash
  4. # install dependencies
  5. $ npm install
  6. # serve with hot reload at localhost:3000
  7. $ npm run dev
  8. # build for production and launch server
  9. $ npm run build
  10. $ npm run start
  11. # generate static project
  12. $ npm run generate
  13. ```
  14. For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
  15. `