Skip to content

Commit 790ab30

Browse files
committed
README IMPROVEMENT DRAFT 1
1 parent d4d97dd commit 790ab30

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@
2222
+ Live-generated tree view to aid in visualizing parent-child hierarchy
2323
+ Save projects and open previous projects
2424
+ Export full boilerplate code for a working frontend
25-
25+
###### OverVue 2020 new features and fixes
26+
+ Undo/redo functionality
27+
+ Ability to nest HTML elements
28+
+ Ability to navigate into HTML elements from a selected Vue component
29+
+ Ability to have one image per route
30+
+ Can now set Vue components to specific layers
31+
+ Improved hierarchy tree rendering
32+
+ Improved Route addition and deletion
33+
+ Improved UI to be more informative
34+
+ UI is more reactive, code snippets update dynamically, Component children menu is consistent with children list at time of creation
35+
+ Extensive bug fixing for Vue component and HTML element deletion behavior, exporting and saving.
36+
+ Will now load route images along with project
37+
+ Windows compatibility for uploading mockup images.
2638

2739
#### How to use
2840
+ Opening the application will create by default a root App component and a root route called "HomeView"
@@ -66,6 +78,25 @@ src/
6678
babel.config.js
6779
package.json
6880
```
81+
###### OverVue 2020 How to
82+
+ Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
83+
84+
+ You can nest html elements in two different ways:
85+
1. Upon creating a component and adding an html element into it, Select the component to make it the active component.
86+
Go to the html elements tab and then double click on the html element you wish to be the target for your new elements.
87+
Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component.
88+
2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it.
89+
From there the view will change to the contents of that particular HTML element.
90+
You can then add html elements like you would for a component using the left hand side
91+
92+
+ Setting layers on a component is done by right clicking the desired component on the component display and using the menu option
93+
All components start on layer 1 by default.
94+
95+
96+
97+
98+
99+
69100

70101
#### Running a local version
71102
This app was developed using the Quasar framework, so first you will need to install the Quasar cli

0 commit comments

Comments
 (0)