Vue.js Chrome Extension Template (wcer)
Template for quick creation of Chrome extension on Vuejs c hot reloading when developing.
$ npm install -g vue-cli
$ vue init YuraDev/vue-chrome-extension-template my-project
$ cd my-project
$ npm install
$ npm run dev