Nuxt 3 Ant Design Vue 脚手架
本示例集成了 nuxt 3.0.0 正式版、ant-design-vue 3、pinia、windiCss,可作为 nuxt3 的脚手架使用。
演示
| UI | 演示地址 |
|---|---|
| Ant Design Vue 集成 | https://nuxt-3-ant-design-vue-starter.vercel.app |
| Element Plus 集成 | https://nuxt-3-element-plus-starter.vercel.app |
Element Plus集成nuxt脚手架
https://github.com/matevip/nuxt-3-element-plus-starter
Setup
安装依赖
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
启动应用
Start the development server on http://localhost:3000
# yarn
yarn serve
# npm
npm run serve
# pnpm
pnpm serve
发布
npm run build 发布预览:
npm run preview 参见 官方发布文档 获取更多信息
评论
