22 lines
509 B
Markdown
22 lines
509 B
Markdown
# iot
|
|
|
|
> iot项目
|
|
|
|
## Scripts
|
|
|
|
> 脚本
|
|
|
|
```json
|
|
{
|
|
"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"
|
|
}
|
|
```
|