297a47c5b9cbdd048cd9d7ec7665162e8f3f2823.svn-base 666 B

123456789101112131415161718192021222324252627282930313233
  1. # dlxfront
  2. > A Vue.js project
  3. ## Build Setup
  4. ``` bash
  5. # install dependencies
  6. npm install
  7. # serve with hot reload at localhost:8080
  8. npm run dev
  9. # build for production with minification
  10. npm run build
  11. ```
  12. For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
  13. 前端运行
  14. node版本不要太高
  15. node用14.9.0
  16. npm install -g cnpm --registry=http://registry.npm.taobao.org
  17. 用cnpm install
  18. cnpm 版本用7.1.1
  19. 执行完cnpm install 后 执行
  20. cnpm crypto-js@4.1.1 --save --dev
  21. cnpm install @mapbox/mapbox-gl-style-spec@13.23.1 --save --dev
  22. npm run dev 然后在启动
  23. ceshi