There was an error while loading. Please reload this page.
1 parent 49404be commit 6fce745Copy full SHA for 6fce745
.DS_Store
6 KB
README.md
@@ -0,0 +1,27 @@
1
+Vue-TS-Component-Generator
2
+====================
3
+
4
5
+
6
7
8
+**Generate vue typescript components.**
9
10
11
+## Installation
12
13
+### Install package
14
15
+Install the package globally to use as global command in any folder
16
17
+```bash
18
+npm i -g vue-ts-component-generator
19
+```
20
21
+## Generate new component
22
23
+Just run command in terminal
24
25
+`vue:component {component}`
26
27
+Just replace {component} with your component name
img/vue-ts-component-generator.png
537 KB
0 commit comments