| 12345678910111213141516171819202122232425262728293031 |
- # dlxfront
- > A Vue.js project
- ## Build Setup
- ``` bash
- # install dependencies
- npm install
- # serve with hot reload at localhost:8080
- npm run dev
- # build for production with minification
- npm run build
- ```
- For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
- 前端运行
- node版本不要太高
- node用14.9.0
- npm install -g cnpm --registry=http://registry.npm.taobao.org
- 用cnpm install
- cnpm 版本用7.1.1
- 执行完cnpm install 后 执行
- cnpm crypto-js@4.1.1 --save --dev
- cnpm install @mapbox/mapbox-gl-style-spec@13.23.1 --save --dev
- npm run dev 然后在启动
|