/Chrome-extension-vue-template

使用vue-cli3构建Chrome插件模板

Primary LanguageJavaScript

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.

详细开发文档