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 as Containerized Docker Image](#running-as-containerized-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,6 +143,29 @@
137
143
</ul>
138
144
</details>
139
145
146
+
### Changelog 6.0
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/>
168
+
140
169
[↥Back to top](#table-of-contents)
141
170
142
171
## How to use
@@ -194,10 +223,11 @@ src/
194
223
babel.config.js
195
224
package.json
196
225
```
226
+
<br/>
197
227
198
228
[↥Back to top](#table-of-contents)
199
229
200
-
###Installation
230
+
## Installation
201
231
202
232
To download the development version for windows or mac, please visit https://www.Overvue.io
203
233
@@ -257,7 +287,14 @@ Then open a new terminal instance, set the DISPLAY value again (re-enter above c
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