-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Femke edited this page Sep 12, 2019
·
4 revisions
Here you can find more information concerning the project layout.
- List of Components
- Concepts: internal model, translating, validating
- Store
- Util
Vue.js is used to wire the application. It comes with libraries that allow state management and drawing on a canvas. The VueX state management library is used to maintain a model and keeps components loosely coupled. Data is kept in the store and can only be modified using mutations and actions. Konva.js is used to easily draw on the canvas via the Vue Konva library.
This project uses the VueX state management library.
Wires libraries and configuration.
Contains application logic such as the the state which maintains the internal model and methods to access or modify the model.
Questions? Anything unclear? Feel free to message me!