Template for development on Nuxt 3 in the Feature-Sliced Design architecture
✅ Nuxt 3
✅ FSD (Feature-Sliced Design)
✅ Uno CSS
✅ ESLint (Preset by @antfu)
✅ Pre-commit hooks
-
FSD Slices Generator — The VS Code extension that gives you the ability to quickly create FSD slices
-
Feature-Sliced Design Helper — IntelliJ IDEA plugin that lets you quickly create layers, slices, and segments
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
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