https://github.com/yangjiakai/lux-nuxt3-template
base template for lux-nuxt3
https://github.com/yangjiakai/lux-nuxt3-template
nuxt3 nuxt3-typescript vite vitest vuetify3
Last synced: 4 months ago
JSON representation
base template for lux-nuxt3
- Host: GitHub
- URL: https://github.com/yangjiakai/lux-nuxt3-template
- Owner: yangjiakai
- Created: 2023-10-10T06:13:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T05:25:43.000Z (10 months ago)
- Last Synced: 2025-01-09T15:58:25.114Z (6 months ago)
- Topics: nuxt3, nuxt3-typescript, vite, vitest, vuetify3
- Language: TypeScript
- Homepage: https://lux-nuxt3-template.netlify.app/
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.jp.md
Awesome Lists containing this project
README
![]()
Live Demo
## 📖Introduction
> base template for lux-nuxt3
## 📖Other Versions
### SPA Version
Full Version: [lux-nuxt3](https://github.com/yangjiakai/lux-nuxt3)
Simplified I18n Version: [lux-vuetify3-i18n](https://github.com/yangjiakai/vuetify3-lux-admin-template-i18n)
Simplified Chinese Version [lux-vuetify3-zh](https://github.com/yangjiakai/vuetify3-lux-admin-template-zh)
### Nuxt3 Version
Nuxt3 Full Version [lux-nuxt3](https://github.com/yangjiakai/lux-nuxt3)
Nuxt3 Simplified Version [lux-nuxt3-template](https://github.com/yangjiakai/lux-nuxt3)
## 📖Documents
- 📖 [Document 1.0 Chinese](https://www.craft.me/s/tAMVv4hUxZIH6G)
## 📚Features
- 📖 [Vue 3.x](https://github.com/vuejs/core)
- 📖 [Vite 4.x](https://github.com/vitejs/vite)
- 📖 [Nuxt 3.x](https://github.com/nuxt/nuxt)
- 📖 UI Framework [Vuetify 3](https://next.vuetifyjs.com/en/)
- 📖 Vitest [Vitest](https://vitest.dev/)
- 📖 TypeScript
- 📦 Component Auto Importing
- 🍍 [Pinia](https://pinia.vuejs.org/)
- 📔 ``
- 📚 Use icons from any icon sets in [Iconify](https://icon-sets.iconify.design/)
- ☁️ Deploy on Netlify, zero-config
- 🔑 Firebase auth
- 📈 Echarts, ApexChart
- 🧭 Openai, Chatgpt
- 🌍 vue-i18n
- 📚 virtual-scroller , vuedraggable , perfect-scrollbar
- 📝 Rich Text Editor
- 📇 Responsive multi-platform adaptive## 📈 Project Activity

## 💬Contact Me
- Email <a href="mailto:[email protected]">[email protected]</a>
- Twitter https://twitter.com/baibaixiang## 💌Preview

## 📦Pre-packed
### 🏷️ UI Frameworks
- [Vuetify3](https://next.vuetifyjs.com/en/) - Vuetify is a no design skills required UI Framework with beautifully handcrafted Vue Components.
### 🏷️ Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [🔍Icônes](https://icones.netlify.app/)
- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### 🏷️ Plugins
- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs
## 👻Try it now!
```bash
git clone https://github.com/yangjiakai/lux-nuxt3-template.gitcd lux-nuxt3-template
npm install
npm run dev
```