🏗 Working in Progress
SSR Preview: https://nuxt-starter-icai.vercel.app/
We recommend to look at the Nuxt 3 Docs and Element Plus Docs.
Make sure to install the dependencies
pnpm install
Start the development server on http://localhost:3000
pnpm dev
More info about nuxt deployment.
Run npm run generate
to generate static html in .output/public
.
Build the application for production:
pnpm build
Checkout the deployment documentation.
See Nuxt on Vercel.