# Chrome-extension-vue-template **Repository Path**: hunlongyu/Chrome-extension-vue-template ## Basic Information - **Project Name**: Chrome-extension-vue-template - **Description**: 使用vue-cli3构建Chrome插件模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2019-09-24 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://cli.vuejs.org/config/). [详细开发文档](https://mrli2016.github.io/notes/frontend/vue-cli3开发Chrome%20Extension实践.html)