Skip to content

saqqdy/nuxt3-element-plus-starter

Repository files navigation

Nuxt 3 Element-plus Minimal Starter

不要问我为什么新起这么个项目,问就是element-plus官方提供的starter模板跑不起来

License

Sonar

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.