create-vue icon indicating copy to clipboard operation
create-vue copied to clipboard

How to create my own scaffold

Open Ellean opened this issue 2 years ago • 3 comments

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?

Ellean avatar Feb 03 '23 09:02 Ellean

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

m0ksem avatar Mar 16 '23 23:03 m0ksem

Encounting the same problem, how could I make a template from my project which is already exist

wangyue-gagua avatar Jul 31 '23 02:07 wangyue-gagua

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.

ArjixWasTaken avatar Aug 12 '23 17:08 ArjixWasTaken