cosmicpi-rpi_V1.5/ui
2018-03-24 21:16:19 +01:00
..
src Optimize for mobile devices 2018-03-24 21:16:19 +01:00
.gitignore Add WEB UI skeleton 2018-03-21 00:22:10 +01:00
index.html Optimize for mobile devices 2018-03-24 21:16:19 +01:00
package-lock.json Add CSV export & scientific graph 2018-03-24 11:04:50 +01:00
package.json Optimize for mobile devices 2018-03-24 21:16:19 +01:00
README.md Add README file for UI 2018-03-24 19:06:34 +01:00
webpack.config.js Add histogram 2018-03-24 18:18:30 +01: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 before contributing to UI.