Skip to content

Commit 700b1c6

Browse files
- Updated readme file.
1 parent 148b74e commit 700b1c6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
<p align="center"><img src="assets/vue-logo.png" width="300"/></p>
44

5-
## Installation
5+
## Introduction
6+
7+
[Vue](https://vuejs.org/) is a progressive javascript framework for building user interfaces.
8+
This repository was built to help developers in their day-to-day development of components in Vue also these snippets were developed only for **version 2** of Vue framework.
69

7-
- Open Package Control - (Ctrl or ⌘) + ⇧ + P
8-
- Type `Vue Snippets`
10+
## Installation
911

12+
1. Open Package Control - (Ctrl or ⌘) + ⇧ + P
13+
2. Type `Vue Snippets` and press Enter
14+
3. Ready to use 🎉
1015

1116
## Snippets
1217

@@ -44,6 +49,9 @@
4449
| `vmounted` | Vue mounted |
4550
| `vprops` | Props with type and default |
4651
| `vwatch` | Vue watcher with new and old value args |
52+
| `vdispatch` | Dispatch to Vuex store in methods for action |
53+
| `vinc` | incrementer |
54+
| `vdec` | decrementer |
4755

4856
### Vuex
4957

0 commit comments

Comments
 (0)