🏗 Working in Progress
Nuxt 3 is still beta, we may need to keep updating to adapt it. It doesn't work very well yet.
Preview: https://element-plus-nuxt-starter.vercel.app/
We recommend to look at the Nuxt 3 Docs and Element Plus Docs.
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
yarn dev
More info about nuxt deployment.
You need set env NITRO_PRESET=browser
to generate static html in .output/public
.
Build the application for production:
yarn build
Checkout the deployment documentation.