1.0.0 • Published 7 years ago

vue-chrome-extension v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

More details