Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit aac22c6

Browse files
committed
(chore) add license
(chore) update readme
1 parent 8f76441 commit aac22c6

File tree

3 files changed

+39
-30
lines changed

3 files changed

+39
-30
lines changed

README.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,39 @@
2222
## Main Features
2323

2424
* Mockup / UI design
25-
* Key-combinations support in editor
26-
* Responsive preview
27-
* Basic HTML5 elements
28-
* Material componentes ([vue-mdc-adapter](https://github.com/stasson/vue-mdc-adapter))
25+
* [Mouse and Keyboard combinations](https://github.com/vuegg/vuegg#mousekeyboard-combinations) support in editor
26+
* Responsive preview (phone, tablet, web)
27+
* Basic set of HTML5 elements
28+
* Material design components ([vue-mdc-adapter](https://github.com/stasson/vue-mdc-adapter))
2929
* [Vuejs](https://github.com/vuejs/vue) sources generation (download .zip)
3030
* Connect with GitHub (save/load vuegg projects)
3131
* Local persistence
32-
* More to come... // WIP
32+
* // WIP
33+
34+
</br>
35+
36+
### Mouse / Keyboard combinations
37+
38+
##### Selection
39+
* **Mouse down + Drag + Mouse up**: Draw a selection area*
40+
* **[Ctrl | Meta] + Click**: Select outer-most item, or parent container*
41+
* **[Ctrl | Meta] + Shift + Click**: Add [outer-most] item to selection
42+
43+
* **ESC** -> Clear selection
44+
45+
(* These options will only select the outer-most items, or direct page children)
46+
47+
##### Undo / Redo
48+
* **[Ctrl | Meta] + z**: Undo
49+
* **[Ctrl | Meta] + Shift + z**: Redo
50+
51+
##### Copy / Cut / paste
52+
* **[Ctrl | Meta] + c**: Copy
53+
* **[Ctrl | Meta] + x**: Cut
54+
* **[Ctrl | Meta] + v**: paste
55+
56+
##### Delete
57+
* **[Delete | Backspace]**
3358

3459
</br>
3560

client/README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,11 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t
3333

3434
---
3535

36-
## Editor Mouse/Key combinations
37-
38-
SELECTION
39-
* **MOUSE DOWN + DRAG + MOUSE UP** -> DRAW SELECTION AREA*
40-
* **[CTRL | META] + CLICK** -> SELECT OUTER-MOST ITEM, OR PARENT CONTAINER*
41-
* **[CTRL | META] + SHIFT + CLICK** -> ADD [OUTER-MOST] ITEM TO SELECTION
42-
43-
* **ESC** -> CLEAR SELECTION
44-
45-
(* These options will only select the outer-most items, or direct page children)
46-
47-
UNDO / REDO
48-
* **[CTRL | META] + z** -> UNDO
49-
* **[CTRL | META] + SHIFT + z** -> REDO
50-
51-
COPY / CUT / PASTE
52-
* **[CTRL | META] + c** -> COPY
53-
* **[CTRL | META] + x** -> CUT
54-
* **[CTRL | META] + v** -> PASTE
55-
56-
DELETE
57-
* **[DELETE | BACKSPACE]**
58-
5936

6037
## Development notes
6138

6239
**Basic Elements**
63-
* Props: **egglement**, [**containegg**]
40+
* Props: **egglement**, [**wrappegg**, **containegg**]
6441

6542
* *Renders directly on the page.*
6643

@@ -69,7 +46,7 @@ DELETE
6946
**Vuegg components**
7047
* Wrapper props: **egglement**, **componegg**, **containegg**
7148

72-
* Children props: **egglement**, [**componegg**], [**containegg**]
49+
* Children props: **egglement**, [**wrappegg**, **componegg**, **containegg**]
7350

7451
* *For render information see in-line and global components*
7552

policy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Privacy policy
2+
3+
Just to ease your mind:
4+
5+
**Vuegg** does not store any sort of data.
6+
7+
The only data persistence implemented in this project is *localstorage*... this is saved in your browser, in your own computer. This is only so you don't lose the last changes on your project if vuegg is closed by mistake.

0 commit comments

Comments
 (0)