- SSR Preview: https://element-plus-nuxt.vercel.app/
- SSG Preview: https://nuxt-starter.element-plus.org/
We recommend to look at the Nuxt 3 Docs and Element Plus Docs.
If you are looking for a Vite + Vue + Element Plus starter, check out element-plus-vite-starter.
Make sure to install the dependencies
pnpm installStart the development server on http://localhost:3000
pnpm devMore info about nuxt deployment.
Run npm run generate to generate static html in .output/public.
Build the application for production:
pnpm buildCheckout the deployment documentation.
You need set NITRO_PRESET=vercel-edge, see Nuxt on Vercel.