From 86dde3ac9fade8dc7db0fbaeab1679391854ee73 Mon Sep 17 00:00:00 2001 From: desmaisons_david Date: Sat, 9 Dec 2017 20:45:27 -0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77776d7..e5ff9bc 100644 --- a/README.md +++ b/README.md @@ -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#v4.1.1 my-view +$ vue init NeutroniumCore/neutronium-vue#v5.0.0 my-view $ cd my-view $ npm install $ npm run dev @@ -30,7 +30,12 @@ $ npm run dev ### Important Each versions is specific to a version of Neutronium.JavascriptFramework.Vue. -Version 4.1.1 is compatible with last Neutronium version: 1.0.0 +Version 5.0.0 is compatible with last Neutronium version: 1.1.0 + +For `1.0.0` use: +``` bash +$ vue init NeutroniumCore/neutronium-vue#v4.1.1 my-project +``` For `0.6.0` use: ``` bash