npx --yes giget@latest gh:BayBreezy/nuxt-ui-thing-starter my-nuxt-app --install
The --yes
flag will automatically answer yes when npx
asks if you want to download the latest version of giget
. The --install
flag will automatically install the dependencies after the project is created.
The project will be created in a directory called my-nuxt-app
.
npm run dev