Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcanno/vue-chrome-extension
A vue chrome extension template
https://github.com/jcanno/vue-chrome-extension
chrome extension vue
Last synced: about 1 month ago
JSON representation
A vue chrome extension template
- Host: GitHub
- URL: https://github.com/jcanno/vue-chrome-extension
- Owner: Jcanno
- License: mit
- Created: 2020-07-02T03:30:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T08:01:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:47:24.319Z (almost 2 years ago)
- Topics: chrome, extension, vue
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 61
- Watchers: 2
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-chrome-extension
推荐使用脚手架工具[create-crx-app](https://github.com/Jcanno/create-crx-app)快速生成插件项目,支持React/Vue
## 模块安装
```
npm install
```### 运行调试
```
npm run serve
```### 打包编译
```
npm run build
```### 打包编译crx文件
```
npm run build:crx
```### 调试插件
- 使用`npm run serve`运行项目
- 打开谷歌浏览器拓展程序页面
- 打开开发者模式,选择`加载已解压的扩展程序`
- 导入项目中的`dist`文件夹即可到目标页查看插件状态### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).