Example VUE - TomaszLukawskiSam/TAU GitHub Wiki
Install VUE CLI
Refer to: https://cli.vuejs.org/guide/installation.html
Serve example project
Enter to project folder
cd examples/vue/hello-world
Install dependencies
npm install
Run server for app
npm run serve
Build dist
npm run build
Verify
Open in browser (Chrome is prefered) url indicated in console eg. http://localhost:8080