17
17
* [ Features] ( #features )
18
18
* [ OverVue 2.0 Changelog] ( #changelog-20 )
19
19
* [ OverVue 3.0 Changelog] ( #changelog-30 )
20
+ * [ OverVue 4.0 Changelog] ( #changelog-40 )
20
21
* [ Tutorial] ( #how-to-use )
21
22
+ [ New Features Tutorial 2.0] ( #overvue-v20-how-to )
22
23
+ [ New Features Tutorial 3.0] ( #overvue-v30-how-to )
83
84
</ul >
84
85
</details >
85
86
87
+ [ ↥Back to top] ( #table-of-contents )
88
+ ### Changelog 4.0
89
+ <details ><summary >OverVue 4.0</summary >
90
+ <ul >
91
+ <li >Integrated Slack through a Slack Login button to link user's slack channel to their OverVue instance</li >
92
+ <li >After logging in with Slack, user's have the ability to send a message to their selected Slack channel after saving</li >
93
+ <li >Implemented the ability to delete State and Actions from the store</li >
94
+ <li >Added the feature to quickly copy/paste Components through hotkeys</li >
95
+ <li >Reworked the interface to give users a more intuitive experience</li >
96
+ <li>Moved bottom dashboard to the right</li>
97
+ <li>Features on the left are geared toward creation/editing components</li>
98
+ <li>Features on the right are geared toward viewing overall hierarchy of App Prototype</li>
99
+ <li>Component Editor menu now switches between create/edit mode depending on if a Component is selected</li>
100
+ <li>Vuex Store and Actions now moved to left menu with ability to view/create/delete state and actions</li>
101
+ <li >Implemented Vue Devtools for development ease</li >
102
+ </ul >
103
+ </details >
104
+
86
105
[ ↥Back to top] ( #table-of-contents )
87
106
88
107
## How to use
@@ -162,6 +181,8 @@ package.json
162
181
163
182
### Installation
164
183
184
+ To download the development version, please visit https://www.Overvue.io
185
+
165
186
This app was developed using the Quasar framework, so first you will need to install the Quasar cli
166
187
```
167
188
npm i -g @quasar/cli
@@ -236,10 +257,12 @@ SLACK_REDIRECT_URI = "overvuedev://test"
236
257
### Contributing
237
258
We'd love for you to test this application out and submit any issues you encounter. Also feel free to fork to your own repo and submit PRs.
238
259
Here are some features we're thinking about adding:
260
+ +
261
+ +
262
+ +
239
263
+ Option to export files in TypeScript
240
264
+ Ability to place child components into HTML elements
241
265
+ Integration with Storybook
242
- + Ability to add a copy of an existing component from one route to another
243
266
+ Edit State and Actions in the Vuex Store
244
267
245
268
If you make changes and wish to update the website, here is the link to the repo: https://github.com/TeamOverVue/OverVuePage
@@ -261,6 +284,11 @@ Sean Grace @ziggrace
261
284
Nicholas Schillaci @schillaci767
262
285
Terry Tilley @codeByCandlelight
263
286
Faraz Moallemi @farazmoallemi
287
+ Alex Lu @aleckslu
288
+ Jeffrey Sul @jeffreysul
289
+ Kenny Lee @kennyea
290
+ Ryan Bender @rdbender
291
+ Sonny Nguyen @sn163
264
292
265
293
```
266
294
Inspired by [ PreVue] ( https://github.com/open-source-labs/PreVue )
0 commit comments