๐ 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
- โก 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)
๐ 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! ๐