Skip to content

Commit da70442

Browse files
Updated Read.me
1 parent c10e1ec commit da70442

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
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

@@ -74,6 +75,7 @@
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
```
157159
quasar 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+
159165
To build a new .dmg / windows .exe
160166
```
161167
quasar 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

Comments
 (0)