|
22 | 22 | + Live-generated tree view to aid in visualizing parent-child hierarchy
|
23 | 23 | + Save projects and open previous projects
|
24 | 24 | + 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. |
26 | 38 |
|
27 | 39 | #### How to use
|
28 | 40 | + Opening the application will create by default a root App component and a root route called "HomeView"
|
|
66 | 78 | babel.config.js
|
67 | 79 | package.json
|
68 | 80 | ```
|
| 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 | + |
69 | 100 |
|
70 | 101 | #### Running a local version
|
71 | 102 | This app was developed using the Quasar framework, so first you will need to install the Quasar cli
|
|
0 commit comments