File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ This is a boilerplate **Unity WebGL** ++ **VueJS** web app with **VueX && **vue-
55This 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`
2033this .$refs .myInstance .message (' Text' , ' SetText' , this .textInput )
2134```
2235
36+
37+
2338## Project setup
2439```
2540npm install
You can’t perform that action at this time.
0 commit comments