File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Vue.js Webpack Chrome Extension Template
22
3+ [ ![ npm] ( https://img.shields.io/npm/v/vue-webpack-chrome-extension-template.svg )] ( https://www.npmjs.com/package/vue-webpack-chrome-extension-template )
4+
35> Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
46
57## Installation:
@@ -10,7 +12,7 @@ This boilerplate was built as a template for [vue-cli](https://github.com/vuejs/
1012# install vue-cli
1113$ npm install -g vue-cli
1214# create a new project using the template
13- $ vue init ALiangLiang/ vue-webpack-chrome-extension-template my-project
15+ $ vue init vue-webpack-chrome-extension-template my-project
1416# install dependencies and go!
1517$ cd my-project
1618$ npm install # or yarn
You can’t perform that action at this time.
0 commit comments