https://github.com/next-dev-team/nuxt3-element-plus
https://github.com/next-dev-team/nuxt3-element-plus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/next-dev-team/nuxt3-element-plus
- Owner: next-dev-team
- License: mit
- Created: 2022-07-26T11:04:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T11:04:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T16:45:42.282Z (over 1 year ago)
- Language: Vue
- Homepage: https://nuxt3-biolerplate.vercel.app/
- Size: 1.04 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nuxt3 Biolerplate
## Features
- [💚 Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc.
- 💨 [Tailwind CSS v3](https://tailwindcss.com/) with ✨ [Headless UI](https://headlessui.dev/)
- 😃 Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
- 🍍 [State Management via Pinia](https://pinia.esm.dev), see [./stores/app.ts](./stores/app.ts)
- 🌙 Switch Theme (light, dark, system, realtime)
- 📑 [Layout system](./layouts): header,footer, Narbar, login, register etc
- 🚩 [Localization (i18n-next)](https://github.com/intlify/vue-i18n-next): easy to use with vue-i18n-next `$t('welcome to', {name: 'Nuxt3', otherName:'2022'})`
- 🔥 Language Switcher
- ⚡️ Vite - Instant HMR
- 📥 auto importing - for Components, Composition API, VueUse and custom composables.
- 🦾 TypeScript, of course
- 🔥 The `` syntax
- 🔥 Eslint + Prettier & Huksy + LintStage + Commitlint
## Plugins
### Nuxt Modules
- [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
- [ColorMode](https://github.com/nuxt-community/color-mode-module) - dark and Light mode with auto detection made easy with Nuxt.
- [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine.
- [Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.
## IDE
We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar) to get the best experience (You might want to disable Vetur if you have it).
## Try it now!
### Online
<a href="https://stackblitz.com/github/antfu/vitesse-nuxt3"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/next-dev-team/nuxt3-biolerplate/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
git clone https://github.com/next-dev-team/nuxt3-biolerplate.git
cd nuxt3-biolerplate
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```