/my-nuxt-starter

Nuxt 3 template ready to be used with integrations like Storybook, Tailwind, Vueuse, FormKit, HeadlessUI and many more!

Primary LanguageTypeScriptMIT LicenseMIT

๐Ÿš€ Nuxt Starter

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.

๐ŸŒŸ Description

โœจ Features

  1. โšก Nuxt 3
  2. ๐ŸŽจ TailwindCSS (@nuxtjs/tailwindcss)
  3. ๐Ÿ› ๏ธ VueUse (@vueuse/nuxt)
  4. ๐Ÿ“š Storybook 8
  5. ๐Ÿ“ฆ Lodash (nuxt-lodash)
  6. ๐Ÿงฉ HeadlessUI (nuxt-headlessui)
  7. ๐Ÿ“‘ FormKit (@formkit/nuxt)
  8. ๐Ÿ–ผ๏ธ Auto imported SVG icons (vite + unplugin-icons)
  9. ๐ŸŒ Internationalization (@nuxtjs/i18n)
  10. โœ’๏ธ Fonts (@nuxt/fonts)

๐Ÿ“ To be added

  • ๐Ÿงช Testing
  • ๐Ÿงน Linting (Stylelint, ESLint)
  • ๐Ÿ’… Prettier

โš™๏ธ Setup

Make sure to install the dependencies:

pnpm install

๐ŸŒ Site

๐Ÿ› ๏ธ Start development

(Served on http://localhost:3000)

pnpm dev

๐Ÿ“ฆ Build production

pnpm build

๐Ÿ“– Storybook

๐Ÿ› ๏ธ Start development

(Served on http://localhost:6006)

pnpm storybook

๐Ÿ“ฆ Build production

pnpm build-storybook

๐ŸŒ Serve locally the production

pnpm serve-storybook

๐Ÿš€ Deploy on Netlify

๐ŸŒ Site

  • Build command: pnpm build
  • Publish directory: dist

๐Ÿ“– Storybook

  • Build command: pnpm build && pnpm build-storybook
  • Publish directory: storybook-static

Feel free to contribute and make this project even more awesome! ๐ŸŽ‰