Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Dec 9, 2017
1 parent 45d2c3d commit 86dde3a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) for s

``` bash
$ npm install -g vue-cli
$ vue init NeutroniumCore/neutronium-vue#v4.1.1 my-view
$ vue init NeutroniumCore/neutronium-vue#v5.0.0 my-view
$ cd my-view
$ npm install
$ npm run dev
Expand All @@ -30,7 +30,12 @@ $ npm run dev
### Important

Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.
Version 4.1.1 is compatible with last Neutronium version: 1.0.0
Version 5.0.0 is compatible with last Neutronium version: 1.1.0

For `1.0.0` use:
``` bash
$ vue init NeutroniumCore/neutronium-vue#v4.1.1 my-project
```

For `0.6.0` use:
``` bash
Expand Down

0 comments on commit 86dde3a

Please sign in to comment.