Enjoy the good life everyday!
关闭
欢迎来PyGo个人空间 ^_^
VUE之scripts的学习 | PyGo²

VUE之scripts的学习

VUE
1
2
3
4
5
6
7
8
9
10
11
"scripts": {
"dev": "vue-cli-service serve --open --mode development",
"lint": "eslint --ext .js,.vue src",
"build:prod": "vue-cli-service build --report",
"build:dev": "vue-cli-service build --report --mode development",
"preview": "node build/index.js --preview",
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
},

dev

开发模式启动we服务

lint

检查代码是否符合eslint语法标准

build:prod

打包生产环境

build:dev

打包开发环境

new

新建一个view/router/store,pop是一个插件,感觉挺不错的

test:unit

单元测试

test:ci

语法检查 + 单元测试

坚持每天学习。。。。。。
  • 本文作者:mingliang.gao【一个爱老婆Python程序猿。。。。。。】
  • 本文链接: http://pygo2.top/articles/20773/
  • 版权声明: 本博客所有文章欢迎转载,转载请注明出处!
觉得有帮助 请偶坐个公交车
0%