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
This will run a short wizard so you can easily create your component in few steps
28
19
29
-
```bash
30
-
npx make-js-component vue my-great-component
31
-
```
32
-
33
-
## Frameworks
34
-
Many frameworks are going to be implemented; for each you'll have some options to generate the component how it suits you best
20
+
## Available Frameworks
35
21
36
22
## Vue
37
-
Creates a vue component
38
-
39
-
### Arguments & Options
40
-
41
-
42
-
#### Component-name `REQUIRED`
43
-
The name of the component you want to create
44
-
45
-
46
-
#### -c
47
-
If creating a Vue Comonent, it will use the composition API, defaults on Option API
48
-
49
-
#### -f --folder
50
-
Select a custom nested folder inside src/components
51
-
52
23
53
24
## Angular
54
-
Creates a angular component
55
-
56
-
### Arguments & Options
57
-
58
-
59
-
#### Component-name `REQUIRED`
60
-
The name of the component you want to create
61
-
62
-
63
-
#### -c
64
-
If creating a Vue Comonent, it will use the composition API, defaults on Option API
65
-
66
25
67
26
68
27
## Contributing
69
-
Every contribution is more than welcome
70
-
71
-
### Open issue
72
-
If you find any issue please open it and explain clearly what's the problem giving also some context indication; ideas for enhancements are also welcome.
73
-
74
-
### Pull Request
75
-
You can ask to have an issue assigned and work on it. I will merge the pull requests related to an issue, so first have it assigned and then work on the code
76
-
77
-
When forking, work on a separate branch not on main
78
-
79
-
28
+
Read the [Contributing guide](./CONTRIBUTING.md) for the contribution process
0 commit comments