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
[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.
6
9
7
-
- Open Package Control - (Ctrl or ⌘) + ⇧ + P
8
-
- Type `Vue Snippets`
10
+
## Installation
9
11
12
+
1. Open Package Control - (Ctrl or ⌘) + ⇧ + P
13
+
2. Type `Vue Snippets` and press Enter
14
+
3. Ready to use 🎉
10
15
11
16
## Snippets
12
17
@@ -44,6 +49,9 @@
44
49
|`vmounted`| Vue mounted |
45
50
|`vprops`| Props with type and default |
46
51
|`vwatch`| Vue watcher with new and old value args |
52
+
|`vdispatch`| Dispatch to Vuex store in methods for action |
0 commit comments