cosmicpi-rpi_V1.5/cosmicpi/ui/README.md

8 lines
463 B
Markdown
Raw Normal View History

2018-03-24 18:06:34 +00:00
## 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.