aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: bf164e93295bf371e674f7eedf936e23629eda9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Larry UI

This uses Quasar Framework (based on Vue.js): http://quasar-framework.org


## Development

You need Node.js >=8 and NPM >=5

* install quasar-cli `npm install -g quasar-cli`
* clone the repo
* run `cd larry-ui`
* run `npm install`
* run `quasar dev`

You now have the dev server running on http://localhost:8081 which tries to connect to the API on http://localhost:8080



## License

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
* All content in this repository is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) if not otherwise stated.
* If you contribute to this repository, your contributions should also be licensed under the same license.