Skip to content

Commit 6fce745

Browse files
author
Freerk van Zeijl
committed
Add image and readme
1 parent 49404be commit 6fce745

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Vue-TS-Component-Generator
2+
====================
3+
4+
5+
![Vue-TS-Component-Generator](img/vue-ts-component-generator.png)
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
Loading

0 commit comments

Comments
 (0)