Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 568 Bytes

File metadata and controls

34 lines (25 loc) · 568 Bytes

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