lio-zero / nuxt3-starter

A Better Nuxt 3 Starter Template

Home Page:https://nuxt3-starter-template.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Starter

WARNING:Nuxt 3 now in RC version. Not recommended for production use.

Check out the Nuxt 3 roadmap

First, learn how Nuxt 3 works.

Tips: @nuxtjs/i18n is unstable, the project is not working for the time being, if you need an i18N replacement, you can use @intlify/nuxt3

reference: vitesse-nuxt3.

Preview

Open In Stackblitz

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
  • πŸ“₯ APIs auto importing - for Composition API, VueUse and custom composables.
  • 🏎 Zero-config cloud functions and deploy
  • 🦾 TypeScript, of course

Plugins

  • 🎨 @unocss/nuxt - Nuxt module for UnoCSS
  • 🀹 unplugin-icons - Use icons from any iconsets
  • 🍍 @pinia/nuxt - Using Pinia with Nuxt 3
  • 🌍 @nuxtjs/i18n - Nuxt 3 Module for vue-i18n-next
  • πŸ› οΈ @vueuse/nuxt3 - This is an add-on of VueUse, which provides better Nuxt integration auto-import capabilities.

IDE

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

Coding Style

ESLint with @antfu/eslint-config, single quotes, no semi.

Use husky and lint-staged to verify the code before submission.

The following specifications are not considered by the authors and are left to your own choice:

Try it now

Nuxt3-starter requires Node >=14.18

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 lio-zero/nuxt3-starter my-nuxt3-app
cd my-nuxt3-starter
pnpm i --shamefully-hoist # If you don't have pnpm installed, run: npm install -g pnpm

Or nuxi:

npx nuxi init -t lio-zero/nuxt3-starter my-nuxt3-app

 ✨ Your solid Nuxt project is just created! Next steps:
 πŸ“  cd my-nuxt3-app
 πŸ’Ώ  Install dependencies with `npm install` or `yarn install` or `pnpm install -shamefully-hoist`
 πŸš€  Start development server with `npm run dev` or `yarn dev` or `pnpm run dev`

Usage

Development Server

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

pnpm dev

Production Server

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Checkout the deployment documentation for more information.

License

MIT @lio-zero

About

A Better Nuxt 3 Starter Template

https://nuxt3-starter-template.netlify.app


Languages

Language:Vue 58.6%Language:TypeScript 39.4%Language:SCSS 1.3%Language:Shell 0.7%