Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/element-plus/element-plus-nuxt-starter
🌰 A starter example for element-plus with Nuxt 3.
https://github.com/element-plus/element-plus-nuxt-starter
element-plus nuxt vue
Last synced: 7 days ago
JSON representation
🌰 A starter example for element-plus with Nuxt 3.
- Host: GitHub
- URL: https://github.com/element-plus/element-plus-nuxt-starter
- Owner: element-plus
- License: mit
- Created: 2021-10-13T14:09:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:51:22.000Z (about 1 month ago)
- Last Synced: 2025-01-04T08:19:17.280Z (11 days ago)
- Topics: element-plus, nuxt, vue
- Language: Vue
- Homepage: https://element-plus-nuxt.vercel.app
- Size: 854 KB
- Stars: 309
- Watchers: 12
- Forks: 84
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-element-plus - Nuxt 3 Starter - A starter example for Element Plus with Nuxt 3. [👓](https://element-plus-nuxt.vercel.app) (Templates / Starter Template)
- awesome-element-plus - Nuxt 3 Starter - A starter example for Element Plus with Nuxt 3. [👓](https://element-plus-nuxt.vercel.app) (Templates / Starter Template)
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)