Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons authored Jan 18, 2018
1 parent 73f79b6 commit e8faa7c
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#v6.1.0 my-view
$ vue init NeutroniumCore/neutronium-vue#v6.2.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 6.1.0` is compatible with last Neutronium version: `v1.2.0`
`Version 6.2.0` is compatible with last Neutronium version: `v1.3.0`

For `1.2.0` use:
``` bash
$ vue init NeutroniumCore/neutronium-vue#v6.1.0 my-project
```

For `1.1.0` use:
``` bash
Expand Down

0 comments on commit e8faa7c

Please sign in to comment.