chrome extensions 开发中遇到的坑
记录自己开发chrome extension中遇到的坑(🍑
开发环境
vue
使用下面资料提供的模版, 快速入坑(🍑
Dev
1 | npm i |
会自动build, 使用dist目录即可
Build
1 | npm run build/npm run build:dev |
资料
https://developer.chrome.com/extensions
https://github.com/sxei/chrome-plugin-demo
https://github.com/Kocal/vue-web-extension (模版)
希望大家多看看文档和第二个连接的文章写的非常好(Good ❗️️️❗️❗️️)
— 2019-7-15 —