4242+ Windows compatibility for uploading mockup images. <sub ><sup >(v2.0)</sup ></sub >
4343+ Full Vuex functionality, can add props, actions, and state to components. <sub ><sup >(v3.0)</sup ></sub >
4444+ Full edit functionality, can change the name of components as well as delete properties from a component <sub ><sup >(v3.0)</sup ></sub >
45+ + More robust code snippets with Vuex props, state, and actions included <sub ><sup >(v3.0)</sup ></sub >
4546
4647[ ↥Back to top] ( #table-of-contents )
4748
7475 <li >New Vuex store dashboard section</li >
7576 <li >More robust code snippets with Vuex props, state, and actions included</li >
7677 <li >Bug fixes for parent/child issues</li >
78+ <li >Improved Documentation for easier onboarding of new contributors</li >
7779 </ul >
7880</details >
7981
@@ -156,6 +158,10 @@ To run electron app in dev mode
156158```
157159quasar dev -m electron
158160```
161+ ** For WSL users, the ability to load the application requires a tool/application to run a linux display as WSL does not have any display drivers
162+ since it is based off of just a CLI.
163+ I recommend X410(does cost $10) for ease of use. There are free options such as VcXsrv that you can get, but require more set up.**
164+
159165To build a new .dmg / windows .exe
160166```
161167quasar build -m electron
@@ -170,6 +176,7 @@ Here are some features we're thinking about adding:
170176+ Ability to place child components into HTML elements
171177+ Integration with Storybook
172178+ Ability to add a copy of an existing component from one route to another
179+ + Edit State and Actions in the Vuex Store
173180
174181[ ↥Back to top] ( #table-of-contents )
175182
0 commit comments