Nuxt Starter
This is a starter template to create a Nuxt 3 development environment including Tailwind, Pinia, VueUse, Nuxt Base, Eslint and optionally Cypress, Unit Tests and Storybook.
Just run the following command to create your Nuxt environment:
npx @lenne.tech/nuxt-base-starter my-awesome-project
Options
To add Tests and storybook to your environment you can add the following flags:
npx @lenne.tech/nuxt-base-starter --tests --storybook my-awesome-project