Skip to content

Template for development on Nuxt 3 in the Feature-Sliсed Design architecture

Notifications You must be signed in to change notification settings

SbokyZahodi/FSD-Nuxt3-template

Repository files navigation

Nuxt 3 + FSD + UnoCSS

Template for development on Nuxt 3 in the Feature-Sliced Design architecture

Includes

✅ Nuxt 3

✅ FSD (Feature-Sliced Design)

✅ Uno CSS

✅ ESLint (Preset by @antfu)

Developer Experience

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

code style

About

Template for development on Nuxt 3 in the Feature-Sliсed Design architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published