vue-chrome-extension
v1.0.0
Published
develop chrome extension with vue
Downloads
3
Maintainers
Readme
vue-chrome-extension
make chrome-extension with vue
Quick start
sudo npm install vue-chrome-extension -g
cd my-project
vuc init
npm install
gulp --watch
Add to chrome
add app/dist/chrome into chrome extension,then the app will auto reload with file modify.
File structrue
├── LICENSE
├── README.md
├── app
├── dist
├── gulpfile.babel.js
├── node_modules
├── package.json
├── promo
└── tasks