Add README file for UI
This commit is contained in:
parent
cd24669b45
commit
dfe70924c0
1 changed files with 8 additions and 0 deletions
8
ui/README.md
Normal file
8
ui/README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue