Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create my own scaffold #226

Open
Ellean opened this issue Feb 3, 2023 · 3 comments
Open

How to create my own scaffold #226

Ellean opened this issue Feb 3, 2023 · 3 comments

Comments

@Ellean
Copy link

Ellean commented Feb 3, 2023

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?

@m0ksem
Copy link

m0ksem commented Mar 16, 2023

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

@wangyue-gagua
Copy link

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

@ArjixWasTaken
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants