cosmicpi-rpi_V1.5/cosmicpi/ui
2018-03-25 00:28:15 +01:00
..
src Huge refactoring 2018-03-25 00:28:15 +01:00
.gitignore Huge refactoring 2018-03-25 00:28:15 +01:00
__init__.py Huge refactoring 2018-03-25 00:28:15 +01:00
index.html Huge refactoring 2018-03-25 00:28:15 +01:00
package-lock.json Huge refactoring 2018-03-25 00:28:15 +01:00
package.json Huge refactoring 2018-03-25 00:28:15 +01:00
README.md Huge refactoring 2018-03-25 00:28:15 +01:00
webpack.config.js Huge refactoring 2018-03-25 00:28:15 +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.