You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
360 B

1 year ago
1 year ago
1 year ago
  1. # a8k_webui
  2. ## Project setup
  3. ```
  4. # 安装依赖
  5. npm install
  6. ```
  7. ### Compiles and hot-reloads for development
  8. ```
  9. # 编译并启动服务
  10. npm run serve
  11. ```
  12. ### Compiles and minifies for production
  13. ```
  14. npm run build
  15. ```
  16. ### Lints and fixes files
  17. ```
  18. npm run lint
  19. ```
  20. ### Customize configuration
  21. See [Configuration Reference](https://cli.vuejs.org/config/).