Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Apr 2, 2017
2 parents 504a64b + 1f4b2a4 commit a30aecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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#v3.0.0 my-view
$ vue init NeutroniumCore/neutronium-vue#v3.0.1 my-view
$ cd my-view
$ npm install
$ npm run dev
Expand All @@ -29,15 +29,15 @@ Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.

For `0.5.0` use:
``` bash
$ vue init NeutroniumCore/neutronium-vue#v3.0.0 my-project
$ vue init NeutroniumCore/neutronium-vue#v3.0.1 my-project
```

For `0.4.0` use:
``` bash
$ vue init NeutroniumCore/neutronium-vue#v2.4.0 my-project
```

###See Neutronium wiki for more explanation
### See Neutronium wiki for more explanation
[Build large project with Vue.js and Webpack
](https://github.com/NeutroniumCore/Neutronium/wiki/Build-large-project-with-Vue.js-and-Webpack)

Expand Down

0 comments on commit a30aecd

Please sign in to comment.