Welcome to the Nuxt Starter repository! This project is a modern web development starter kit using Nuxt 3 and a suite of powerful tools and libraries.
- Site: my-nuxt-experiments.netlify.app
- Storybook on Netlify: my-nuxt-starter-storybook.netlify.app
- Storybook on Chromatic: main--65f5b391c034b704dd98a557.chromatic.com
- ⚡ Nuxt 3
- 🎨 TailwindCSS (@nuxtjs/tailwindcss)
- 🛠️ VueUse (@vueuse/nuxt)
- 📚 Storybook 8
- 📦 Lodash (nuxt-lodash)
- 🧩 HeadlessUI (nuxt-headlessui)
- 📑 FormKit (@formkit/nuxt)
- 🖼️ Auto imported SVG icons (vite unplugin-icons)
- 🌐 Internationalization (@nuxtjs/i18n)
- ✒️ Fonts (@nuxt/fonts)
- 🧪 Testing
- 🧹 Linting (Stylelint, ESLint)
- 💅 Prettier
Make sure to install the dependencies:
pnpm install
(Served on http://localhost:3000)
pnpm dev
pnpm build
(Served on http://localhost:6006)
pnpm storybook
pnpm build-storybook
pnpm serve-storybook
- Build command:
pnpm build
- Publish directory:
dist
- Build command:
pnpm build && pnpm build-storybook
- Publish directory:
storybook-static
Feel free to contribute and make this project even more awesome! 🎉