Skip to content

Commit b476eab

Browse files
Update README.md
1 parent 7610e5d commit b476eab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ $ npm install
1616
$ npm run dev
1717
```
1818

19+
[See here](https://github.com/NeutroniumCore/Neutronium/blob/master/Documentation/Content/Build_large_project_with_Vue.js_and_Webpack.md) for complete instruction.
20+
1921
### What's Included
2022

2123
- `npm run dev`: Webpack + `vue-loader` with proper config for source maps & hot-reload for developing using web browser. Use data.json file to provide viewmodel data to your application.
@@ -31,7 +33,7 @@ Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.
3133

3234
For `0.5.0` use:
3335
``` bash
34-
$ vue init NeutroniumCore/neutronium-vue#v3.1.0 my-project
36+
$ vue init NeutroniumCore/neutronium-vue#v3.2.0 my-project
3537
```
3638

3739
For `0.4.0` use:

0 commit comments

Comments
 (0)