create-vue
create-vue copied to clipboard
How to create my own scaffold
I want to setup a scaffold for our product.
In our case, we frequently create new "module" as npm package. In which, I manually setup almost everything like common dependencies, CI/CD, npm related staff and so on from this scaffold.
But I can't find tutorial about this.
Any suggestion/tutorial about this?
We managed it by making a create vuestic module, where we call create vue and then apply our settings over basic create-vue template. create-vuestic Actuall file where create-vue is called
Encounting the same problem, how could I make a template from my project which is already exist
My suggestion is to just do it, it really ain't that hard.
I jumped straight in w/o any documentation and managed to make my own template for vuetify.
It really is not that complicated, although the code is ugly, so you need some time to understand what's going on.