# element-plus-nuxt-starter
**Repository Path**: mirrors_element-plus/element-plus-nuxt-starter
## Basic Information
- **Project Name**: element-plus-nuxt-starter
- **Description**: 🌰 A starter example for element-plus with Nuxt 3.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2021-10-22
- **Last Updated**: 2026-04-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Element Plus with Nuxt 3 Minimal Starter
- SSR Preview:
- SSG Preview:
We recommend to look at the [Nuxt 3 Docs](https://nuxt.com/) and [Element Plus Docs](https://element-plus.org/).
> If you are looking for a Vite + Vue + Element Plus starter, check out [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter/).
## Setup
Make sure to install the dependencies
```bash
pnpm install
```
## Development
Start the development server on `http://localhost:3000`
```bash
pnpm dev
```
More info about [nuxt deployment](https://nuxt.com/docs/getting-started/deployment#presets).
Run `npm run generate` to generate static html in `.output/public`.
## Production
Build the application for production:
```bash
pnpm build
```
Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment).
## Deploy
You need set `NITRO_PRESET=vercel-edge`, see [Nuxt on Vercel](https://vercel.com/docs/frameworks/nuxt#edge-functions).
## Ref
- [vitesse-nuxt3](https://github.com/antfu/vitesse-nuxt3)