|
|
пре 6 дана | |
|---|---|---|
| public | пре 6 дана | |
| src | пре 6 дана | |
| .gitignore | пре 1 месец | |
| README.md | пре 1 месец | |
| jsconfig.json | пре 1 месец | |
| package-lock.json | пре 6 дана | |
| package.json | пре 6 дана | |
| vue.config.js | пре 1 месец |
npm install
npm run serve
npm run build
config.js中的配置项为适配域名服务器,在服务器上有修改
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmjs.org
"scripts": {
"minify": "terser public/static/plugins/mapDraw.js -o public/static/plugins/mapDraw.min.js -m -c"
},