Minimal Nuxt 3 starter template pre-configured with essential modules
Create a repo from this template on GitHub
Clone the template locally, with no git history (using unjs/giget)
npx giget gh:matijaoe/nuxt-starter <name>- Install the recommended extensions
- Change the author name in
LICENSE - Delete
gradientsdirectory inpublic - Delete
Welcome.vuecomponent - Delete icon components in
components/global - Remove any not needed modules from
nuxt.config.tsandpackage.json - Customize
README.md
# install dependencies
pnpm i
# update dependencies
pnpm up --interactive --latest
# start development server
pnpm dev
# build for production
pnpm build
# locally preview production build
pnpm preview