辅助加样
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.

31 lines
392 B

6 months ago
6 months ago
6 months ago
  1. # A1800
  2. ## Project Setup
  3. ```sh
  4. npm install
  5. ```
  6. ### Compile and Hot-Reload for Development
  7. ```sh
  8. npm run dev
  9. ```
  10. ### Type-Check, Compile and Minify for Production
  11. ```sh
  12. npm run build
  13. ```
  14. ## 约定
  15. 目录:
  16. views: 主要页面
  17. components: 子组件
  18. services: API接口
  19. assets: 资源(图片)
  20. utils: 实用工具
  21. .env 环境变量(如IP,Port)
  22. .env.local 本地环境变量