選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 325 B

123456789101112131415161718192021222324
  1. # code-brick-wd
  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. ### Lints and fixes files
  15. ```
  16. npm run lint
  17. ```
  18. ### Customize configuration
  19. See [Configuration Reference](https://cli.vuejs.org/config/).