make chrome-extension with vue
sudo npm install vue-chrome-extension -g
cd my-project
vuc init
npm install
gulp --watch
add app/dist/chrome into chrome extension,then the app will auto reload with file modify.
├── LICENSE
├── README.md
├── app
├── dist
├── gulpfile.babel.js
├── node_modules
├── package.json
├── promo
└── tasks