🏗 WIP (Work in Progress) Nuxt3 is still beta, we may need to keep updating to adapt it.
Preview: https://nuxt-starter.element-plus.org
We recommend to look at the Nuxt3 Docs and Element Plus Docs.
Make sure to install the dependencies
yarn installStart the development server on http://localhost:3000
yarn devMore info about nuxt deployment.
You need set env NITRO_PRESET=browser to generate static html in .output/public.
Build the application for production:
yarn buildCheckout the deployment documentation.
The current ssr is a bit of a problem and is still being resolved.
It is a bug when use vite with nuxt. (vite replace global with globalThis).
Please be patient and wait for the fix.