Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).