武隆区智慧救助终端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 448 B

1 ay önce
1 ay önce
1 ay önce
1 ay önce
12345678910111213141516171819202122232425262728
  1. # wldp
  2. ## 安装依赖,这里eslint依赖有冲突,需要强制安装
  3. ```
  4. npm install --force
  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/).
  20. ### 上线部署访问路径配置
  21. vue.config.js里的publicPath属性