Skip to content

toimc/nuxt-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nuxt3+Vite Template


Features

  • ๐Ÿ’š Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.
  • โšก๏ธ Vite - Instant HMR.
  • ๐ŸŽจ UnoCSS - The instant on-demand atomic CSS engine.
  • ๐Ÿ˜ƒ Use icons from any icon sets in Pure CSS, powered by UnoCSS.
  • ๐Ÿ”ฅ The <script setup> syntax.
  • ๐Ÿ State Management via Pinia
  • ๐Ÿ“‘ Layout system.
  • โ“‚๏ธ Mock API with whitelist
  • ๐Ÿ“ฅ APIs auto importing - for Composition API, VueUse and custom composables.
  • ๐Ÿฆพ TypeScript.
  • ๐Ÿ“ฒ PWA with offline support and auto update behavior.
  • ๐ŸŒ“ Dark/Light mode.
  • ๐Ÿ“ Nuxt Content, Markdown Page Support, Content made easy

Plugins

Nuxt Modules

  • VueUse - collection of useful composition APIs.
  • ColorMode - dark and Light mode with auto detection made easy with Nuxt.
  • UnoCSS - the instant on-demand atomic CSS engine.
  • Pinia - intuitive, type safe, light and flexible Store for Vue. With @pinia-plugin-persistedstate/nuxt for persist data use localStorage.
  • VitePWA - zero-config PWA Plugin for Nuxt 3.
  • DevTools - unleash Nuxt Developer Experience.
  • Content - Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv and .json files to create a powerful data layer for your application. Use Vue components in Markdown with the MDC syntax.

IDE

We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).

Try it now!

Online

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit toimc/nuxt-starter my-nuxt3-app
cd my-nuxt3-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

#start
pnpm dev

#build
pnpm build

About

๐Ÿ• Opinionated Nuxt Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published