/website-nuxt

🎉 nuxt3 网站模版 🎉

Primary LanguageTypeScript

Website for Nuxt 3


🧪 Working in Progress



特性

  • 💚 Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.

  • ⚡️ Vite - Instant HMR.

  • 🎨 UnoCSS - The instant on-demand atomic CSS engine.

  • 🍍 State Management via Pinia

  • 🎉 Element-Plus

  • 🔥 The <script setup> syntax.

  • 📑 Layout system.

  • 📥 APIs auto importing - for Composition API, VueUse and custom composables.

  • 🏎 Zero-config cloud functions and deploy.

  • 🦾 TypeScript, of course.

插件

Nuxt 模块

  • VueUse - collection of useful composition APIs.
  • UnoCSS - the instant on-demand atomic CSS engine.
  • DevTools - unleash Nuxt Developer Experience.
  • Element-Plus - 🎉 A Vue.js 3 UI Library made by Element team

试一试!

在线

GitHub 模版

在GitHub上根据此模板创建仓库.

克隆到本地

如果您更喜欢使用更干净的git历史记录手动执行此操作

npx degit jbhim/website-nuxt my-nuxt3-app
cd my-nuxt3-app
pnpm i # 如果你还没有安装pnpm, 请先安装pnpm: npm install -g pnpm