基质喷涂
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.

33 lines
412 B

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