开放平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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