File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) for s
10
10
11
11
``` bash
12
12
$ 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
14
14
$ cd my-view
15
15
$ npm install
16
16
$ npm run dev
@@ -30,7 +30,12 @@ $ npm run dev
30
30
### Important
31
31
32
32
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
+ ```
34
39
35
40
For ` 0.6.0 ` use:
36
41
``` bash
You can’t perform that action at this time.
0 commit comments