Commit c27dc482 authored by lipengcheng 's avatar lipengcheng

chore: webpack配置文件生成命令

parent 3012827f
.DS_Store
node_modules
/dist
webpack.js
# local env files
......
......@@ -8,6 +8,7 @@
"build": "vue-cli-service build",
"start": "serve -l 3020 dist",
"lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect > webpack.js",
"fix": "eslint --fix --ext .js,.vue src",
"prettier": "prettier --write \"src/**/*.js\" \"src/**/*.vue\" ./*.js",
"commit": "git cz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment