🧪 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.
-
🔥 The
<script setup>
syntax. -
📥 APIs auto importing - for Composition API, VueUse and custom composables.
-
🏎 Zero-config cloud functions and deploy.
-
🦾 TypeScript, of course.
- 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
如果您更喜欢使用更干净的git历史记录手动执行此操作
npx degit jbhim/website-nuxt my-nuxt3-app
cd my-nuxt3-app
pnpm i # 如果你还没有安装pnpm, 请先安装pnpm: npm install -g pnpm