Skip to content

Commit f58af5c

Browse files
committed
add badge in README
1 parent 71da72e commit f58af5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

0 commit comments

Comments
 (0)