Skip to content
On this page

安装

TIP

该项目基于Vue3+Vite+TypeScript 参考Element-Plus进行开发~

环境支持

由于 Vue 3 不再支持 IE11,yumyum UI 也不再支持 IE 浏览器。

版本

yumyum UI 目前还处于快速开发迭代中。

安装

推荐使用包管理器 (NPM/Yarn/pnpm) 安装,它能更好地和vite/webpack等打包工具配合使用。

shell
# npm
npm install yumyum-ui -S

# yarn
yarn add yumyum-ui

# pnpm 
pnpm add yumyum-ui

Released under the MIT License.