509 B
509 B
iot
iot项目
Scripts
脚本
{
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --mode=production",
"dev": "npm run serve",
"dist": "vue-cli-service lint && node ./build/index.js",
"lint": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit",
"pub": "npm publish --registry=http://npm.proxy.zeto.me",
"clean": "npm cache clear --force",
"init": "npm cache clear --force && npm install --registry http://npm.proxy.zeto.me"
}