Skip to content

Commit 2187c29

Browse files
committed
overvue howto
1 parent cc8471e commit 2187c29

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,27 @@
2323
+ Save projects and open previous projects
2424
+ Export full boilerplate code for a working frontend
2525
+ Undo/redo functionality <sub><sup>(v2.0)</sup></sub>
26-
+ Ability to nest HTML elements <sub><sup>(v2.0)</sup></sub>
26+
+ Can nest HTML elements <sub><sup>(v2.0)</sup></sub>
2727
+ Ability to navigate into HTML elements from a selected Vue component <sub><sup>(v2.0)</sup></sub>
28-
+ Ability to have one image per route <sub><sup>(v2.0)</sup></sub>
28+
+ Assign one image per route <sub><sup>(v2.0)</sup></sub>
2929
+ Can now set Vue components to specific layers <sub><sup>(v2.0)</sup></sub>
3030
+ Will now load route images along with project <sub><sup>(v2.0)</sup></sub>
3131
+ Windows compatibility for uploading mockup images. <sub><sup>(v2.0)</sup></sub>
3232

3333
#### Changelog
3434
<details><summary>OverVue 2.0</summary>
3535
<ul>
36-
* Improved hierarchy tree rendering
36+
<li>Improved hierarchy tree rendering</li>
3737
<li>Improved Route addition and deletion</li>
38-
- Improved UI to be more informative
39-
UI is more reactive, code snippets update dynamically, Component children menu is consistent with children list at time of creation
40-
Extensive bug fixing for Vue component and HTML element deletion behavior, exporting and saving.
41-
Can now use Quasar build -m electron to make windows .exe
38+
<li>Able to search for components by name</li>
39+
<li>Improved UI to be more informative</li>
40+
<li>UI is more reactive, code snippets update dynamically </li>
41+
<li>Component children menu is consistent with children list at time of creation</li>
42+
<li>Children components can no longer choose any of their ancestors to be their children.</li>
43+
<li>Can now use Quasar build -m electron to make windows .exe </li>
44+
<li>Exporting projects now exports the mockup files as well into the assets folder</li>
45+
<li>Saving projects now saves the mockup image url</li>
46+
<li>Extensive bug fixing for Vue component and HTML element deletion behavior, exporting and saving.</li>
4247
</ul>
4348
</details>
4449

@@ -88,12 +93,13 @@ package.json
8893
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
8994

9095
+ You can nest html elements in two different ways:
91-
1. Upon creating a component and adding an html element into it, Select the component to make it the active component.
92-
Go to the html elements tab and then double click on the html element you wish to be the target for your new elements.
93-
Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component.
94-
2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
95-
From there the view will change to the contents of that particular HTML element.
96-
You can then add html elements like you would for a component using the left hand side
96+
1. Upon creating a component and adding an html element into it, Select the component to make it the active component.
97+
Go to the html elements tab and then double click on the html element you wish to be the target for your new elements.
98+
Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component.
99+
100+
2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
101+
From there the view will change to the contents of that particular HTML element.
102+
You can then add html elements like you would for a component using the left hand side
97103

98104
+ Setting layers on a component is done by right clicking the desired component on the component display and using the menu option
99105
All components start on layer 1 by default.

0 commit comments

Comments
 (0)