From 8769fc4dc19447f67a42eb941fb43ba7223772eb Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 3 Mar 2018 01:06:44 +0100 Subject: upgrade quasar to latest version --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0126f8 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.2.3-54-g00ecf