create-nuxt-app icon indicating copy to clipboard operation
create-nuxt-app copied to clipboard

What's the best way to publish nuxt.js templates?

Open AskAlice opened this issue 3 years ago • 2 comments

With create-react-app I can do

npx create-react-app my-app --template @username/package

with create-next-app I can do

create-next-app -e https://github.com/username/repo

with ember cli I can do

ember new -b @username/package

with vue.js I can do

vue create --preset username/repo my-project

But what am I supposed to do with nuxt.js?

We just want to add some additional config files for an external cli that allows for easy deployment

AskAlice avatar Jan 27 '21 15:01 AskAlice

my workaround was just making a package for use with npx

https://github.com/section/sectionctl-helper

AskAlice avatar Feb 16 '21 16:02 AskAlice

I used to have a proposal about adding preset in create-nuxt-app which you can provide a preset template for all the create-nuxt-app options.

I may re-look into this and see if we can ship it in a better way.

clarkdo avatar Feb 17 '21 22:02 clarkdo