Skip to content

Commit 4f1a489

Browse files
committed
moar docs
1 parent 72322c1 commit 4f1a489

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ This is a boilerplate **Unity WebGL** ++ **VueJS** web app with **VueX && **vue-
55
This project takes advantage of the Unity3d web container wrapper component provided by
66
@votetake's [vue-unity-webgl](https://github.com/votetake/vue-unity-webgl) Node package.
77

8+
## Run in Dev
9+
10+
Install deps:
11+
```
12+
npm install
13+
```
14+
15+
Spin up Node dev server:
16+
```
17+
npm run serve
18+
```
19+
20+
821
## Directory Structure
922

1023
`./public/Build` && `./public/TemplateData` - the templates/JS functions of a bare Unity3D WebGL project.
@@ -20,6 +33,8 @@ Text can be sent to the text object in the Unity game instance via the `@click`
2033
this.$refs.myInstance.message('Text', 'SetText', this.textInput)
2134
```
2235

36+
37+
2338
## Project setup
2439
```
2540
npm install

0 commit comments

Comments
 (0)