Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SbokyZahodi/FSD-Nuxt3-template
Template for development on Nuxt 3 in the Feature-Sliсed Design architecture
https://github.com/SbokyZahodi/FSD-Nuxt3-template
fsd nuxt template unocss
Last synced: 12 days ago
JSON representation
Template for development on Nuxt 3 in the Feature-Sliсed Design architecture
- Host: GitHub
- URL: https://github.com/SbokyZahodi/FSD-Nuxt3-template
- Owner: SbokyZahodi
- Created: 2023-09-12T15:01:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T04:14:28.000Z (7 months ago)
- Last Synced: 2024-08-01T21:47:23.746Z (3 months ago)
- Topics: fsd, nuxt, template, unocss
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - FSD + Typescript + Nuxt3 + UnoCSS template
README
# 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
* [FSD Slices Generator](https://marketplace.visualstudio.com/items?itemName=SbokyZahodi.fsd-slices) — The VS Code extension that gives you the ability to quickly create FSD slices
* [Feature-Sliced Design Helper](https://plugins.jetbrains.com/plugin/21638-feature-sliced-design-helper) — IntelliJ IDEA plugin that lets you quickly create layers, slices, and segments
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview
```[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)