Skip to content

Commit

Permalink
add badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed Feb 22, 2018
1 parent 71da72e commit f58af5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Vue.js Webpack Chrome Extension Template

[![npm](https://img.shields.io/npm/v/vue-webpack-chrome-extension-template.svg)](https://www.npmjs.com/package/vue-webpack-chrome-extension-template)

> Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
## Installation:
Expand All @@ -10,7 +12,7 @@ This boilerplate was built as a template for [vue-cli](https://github.com/vuejs/
# install vue-cli
$ npm install -g vue-cli
# create a new project using the template
$ vue init ALiangLiang/vue-webpack-chrome-extension-template my-project
$ vue init vue-webpack-chrome-extension-template my-project
# install dependencies and go!
$ cd my-project
$ npm install # or yarn
Expand Down

0 comments on commit f58af5c

Please sign in to comment.