Skip to content

Commit 86dde3a

Browse files
Update README.md
1 parent 45d2c3d commit 86dde3a

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#v4.1.1 my-view
13+
$ vue init NeutroniumCore/neutronium-vue#v5.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 4.1.1 is compatible with last Neutronium version: 1.0.0
33+
Version 5.0.0 is compatible with last Neutronium version: 1.1.0
34+
35+
For `1.0.0` use:
36+
``` bash
37+
$ vue init NeutroniumCore/neutronium-vue#v4.1.1 my-project
38+
```
3439

3540
For `0.6.0` use:
3641
``` bash

0 commit comments

Comments
 (0)