vue nuxt element template
1.0.0
Vue3 + Nuxt3 + Element Plus (template)
We recommend to look at the Vue 3 Docs and Nuxt 3 Docs and Element Plus Docs.
Make sure to install the dependencies
pnpm installStart the development server on http://localhost:3000
pnpm devMore info about nuxt development and nuxt deployment.
Run npm run generate to generate static html in .output/public.
Build the application for production:
pnpm buildpnpm generateCheckout the deployment documentation.