Commit c27dc482 authored by lipengcheng 's avatar lipengcheng

chore: webpack配置文件生成命令

parent 3012827f
.DS_Store .DS_Store
node_modules node_modules
/dist /dist
webpack.js
# local env files # local env files
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"build": "vue-cli-service build", "build": "vue-cli-service build",
"start": "serve -l 3020 dist", "start": "serve -l 3020 dist",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect > webpack.js",
"fix": "eslint --fix --ext .js,.vue src", "fix": "eslint --fix --ext .js,.vue src",
"prettier": "prettier --write \"src/**/*.js\" \"src/**/*.vue\" ./*.js", "prettier": "prettier --write \"src/**/*.js\" \"src/**/*.vue\" ./*.js",
"commit": "git cz", "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