开放平台
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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. `