demo Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Lints and fixes files yarn lint Customize configuration See Configuration Reference. 新版本注意事项 确保 window 上换行符 LF 不转化:git config --global core.autocrlf input 查看 webpack 配置 开发模式:vue inspect > output.js; 生产模式:vue inspect --mode=production > output.js;