Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 323 Bytes

Vue.js Chrome Extension Template (wcer)

Template for quick creation of Chrome extension on Vuejs c hot reloading when developing.

Install:

$ npm install -g vue-cli
$ vue init YuraDev/vue-chrome-extension-template my-project
$ cd my-project
$ npm install
$ npm run dev