From dfe70924c04406f8bcbb3b56ef145268e7f0645f Mon Sep 17 00:00:00 2001 From: Darko Lukic Date: Sat, 24 Mar 2018 19:06:34 +0100 Subject: [PATCH] Add README file for UI --- ui/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ui/README.md diff --git a/ui/README.md b/ui/README.md new file mode 100644 index 0000000..bd64bd8 --- /dev/null +++ b/ui/README.md @@ -0,0 +1,8 @@ +## Development +Make sure you have Node.js and npm installed on your computer. Run `npm run dev` to open application in a development mode. + +## Production +To compile the project and generate distribution files run `npm run build`. + +## Guidelines +Vue.js is used as view library. Vuex is used for application state management which implements Redux architecture. Please read about [Redux architecture](https://vuex.vuejs.org/en/intro.html) before contributing to UI. \ No newline at end of file