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.

há 3 anos
1234567891011121314151617181920212223242526272829
  1. # client
  2. ## Project setup
  3. ```
  4. npm install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. npm run serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. npm run build
  13. ```
  14. ### Run your tests
  15. ```
  16. npm run test
  17. ```
  18. ### Lints and fixes files
  19. ```
  20. npm run lint
  21. ```
  22. ### Customize configuration
  23. See [Configuration Reference](https://cli.vuejs.org/config/).