Skip to content

Commit 48a4878

Browse files
Update README.md
1 parent ea740a7 commit 48a4878

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) for s
1010

1111
``` bash
1212
$ npm install -g vue-cli
13-
$ vue init NeutroniumCore/neutronium-vue#v5.2.0 my-view
13+
$ vue init NeutroniumCore/neutronium-vue#v6.0.0 my-view
1414
$ cd my-view
1515
$ npm install
1616
$ npm run dev
@@ -30,7 +30,12 @@ $ npm run dev
3030
### Important
3131

3232
Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.
33-
`Version 5.2.0` is compatible with last Neutronium version: `v1.1.0`
33+
`Version 6.0.0` is compatible with last Neutronium version: `v1.2.0`
34+
35+
For `1.1.0` use:
36+
``` bash
37+
$ vue init NeutroniumCore/neutronium-vue#v5.2.0 my-project
38+
```
3439

3540
For `1.0.0` use:
3641
``` bash

0 commit comments

Comments
 (0)