You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center"><b>Prototyping Tool for Vue Developers</b></p>
5
+
<palign="center"><b>Prototyping Development Tool for Vue Developers</b></p>
8
6
9
7
<p>OverVue is a prototyping tool that allows developers to dynamically create and visualize a Vue application, implementing a real-time intuitive tree display of component hierarchy and a live-generated code preview. The resulting boilerplate can be exported as a template for further development.</p>
10
8
@@ -14,16 +12,19 @@
14
12
15
13
## Table of Contents
16
14
17
-
-[Features](#features)
18
-
-[OverVue 2.0 Changelog](#changelog-20)
19
-
-[OverVue 3.0 Changelog](#changelog-30)
20
-
-[OverVue 4.0 Changelog](#changelog-40)
21
-
-[OverVue 5.0 Changelog](#changelog-50)
22
-
-[How to Use](#how-to-use)
15
+
-[Table of Contents](#table-of-contents)
16
+
-[Features](#features)
17
+
-[Changelog 2.0](#changelog-20)
18
+
-[Changelog 3.0](#changelog-30)
19
+
-[Changelog 4.0](#changelog-40)
20
+
-[Changelog 5.0](#changelog-50)
21
+
-[Changelog 6.0](#changelog-60)
22
+
-[How to use](#how-to-use)
23
23
-[Installation](#installation)
24
-
-[General Installation](#installation)
25
-
-[For WSL](#wsl-installation)
26
-
-[For Slack OAuth](#slack-oauth)
24
+
-[WSL Installation](#wsl-installation)
25
+
-[Running the Docker Image](#running-the-docker-image)
26
+
-[BETA](#beta)
27
+
-[Slack OAuth](#slack-oauth)
27
28
-[Contributing](#contributing)
28
29
-[Authors](#authors)
29
30
@@ -52,6 +53,11 @@
52
53
- Ability to delete states or actions from the store <sub><sup>(v4.0)</sup></sub>
53
54
- Vue Devtools enabled for Developers <sub><sup>(v4.0)</sup></sub>/automatically deploys when running electron in dev mode <sub><sup>(v5.0)</sup></sub>
- Enhanced component tree hierarchy display <sub><sup>(v6.0)</sup></sub>
55
61
56
62
[↥Back to top](#table-of-contents)
57
63
@@ -137,7 +143,28 @@
137
143
</ul>
138
144
</details>
139
145
146
+
### Changelog 6.0
140
147
148
+
<details><summary>OverVue 6.0</summary>
149
+
<ul>
150
+
<li>Toggle to TypeScript mode to generate code snippets and export your project or individual components in TypeScript</li>
151
+
<li>An interactive and real-time tree display of your component hierarchy allows you to easily visualize parent-child component relationships and the Vue Router structure</li>
152
+
<li>Enhance your workflow by adding notes to your components. When you export your project or components into your favorite IDE, notes will be converted into comments within your Vue files.</li>
153
+
<li>Now with a “Get Started” tutorial, a visual queue of your HTML elements, and an overall simplified UI, OveVue is as intuitive as ever. </li>
154
+
<li>OverVue is now containerized with Docker to bring developers the same experience, regardless of your operating system.</li>
155
+
<br>
156
+
<h4><strong>Bug Fixes</strong></h4>
157
+
<li>Fixed drawer disappearing when the window size is smaller</li>
158
+
<li>Fixed inability to delete parent/child relationship</li>
159
+
<li>Fixed the inability to add multiple children to parent except when making a new component</li>
160
+
<li>Fixed CodeSnippet does not scroll when it overflows the container</li>
161
+
<li>Fixed clicking canvas does not fully deactivate active component</li>
162
+
<li>Fixed Error handling for 'pasting' component when no component is copied</li>
163
+
<li>Fixed dancing components</li>
164
+
<li>Fixed project tree visulization</li>
165
+
</ul>
166
+
</details>
167
+
<br/>
141
168
142
169
[↥Back to top](#table-of-contents)
143
170
@@ -185,21 +212,23 @@ src/
185
212
UserCreatedComponent1.vue
186
213
UserCreatedComponent2.vue
187
214
...
215
+
router/
216
+
index.js
188
217
views/
189
218
HomeView.vue
190
219
UserCreatedRouteComponent1.vue
191
220
UserCreatedRouteComponent2.vue
192
221
...
193
222
App.vue
194
223
main.js
195
-
router.js
196
224
babel.config.js
197
225
package.json
198
226
```
227
+
<br/>
199
228
200
229
[↥Back to top](#table-of-contents)
201
230
202
-
###Installation
231
+
## Installation
203
232
204
233
To download the development version for windows or mac, please visit https://www.Overvue.io
For the Slack OAuth, you will need to create a Slack app through their website (https://api.slack.com/apps?new_app=1), so that you have your own Client Secret and Client ID. Then create two .env files (one for development and one for production).
0 commit comments