42
42
+ Windows compatibility for uploading mockup images. <sub ><sup >(v2.0)</sup ></sub >
43
43
+ Full Vuex functionality, can add props, actions, and state to components. <sub ><sup >(v3.0)</sup ></sub >
44
44
+ 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 >
45
46
46
47
[ ↥Back to top] ( #table-of-contents )
47
48
74
75
<li >New Vuex store dashboard section</li >
75
76
<li >More robust code snippets with Vuex props, state, and actions included</li >
76
77
<li >Bug fixes for parent/child issues</li >
78
+ <li >Improved Documentation for easier onboarding of new contributors</li >
77
79
</ul >
78
80
</details >
79
81
@@ -156,6 +158,10 @@ To run electron app in dev mode
156
158
```
157
159
quasar dev -m electron
158
160
```
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
+
159
165
To build a new .dmg / windows .exe
160
166
```
161
167
quasar build -m electron
@@ -170,6 +176,7 @@ Here are some features we're thinking about adding:
170
176
+ Ability to place child components into HTML elements
171
177
+ Integration with Storybook
172
178
+ Ability to add a copy of an existing component from one route to another
179
+ + Edit State and Actions in the Vuex Store
173
180
174
181
[ ↥Back to top] ( #table-of-contents )
175
182
0 commit comments