blob: c0126f8c8177cdc16addb975351d24f0f1850005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|