Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 909 Bytes

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.