|
|
преди 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"
},