Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 459 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 459 Bytes

vue-extension-template

vue-cli3 + webpack4 + element-ui 实现编译打包Chrome浏览器插件

环境安装

npm install

开发环境编译并热更新

npm run serve
or
npm run build-watch

生产环境打包

npm run build

分析包组件大小

npm run analyze

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.