3.0.2 • Published 1 year ago

yl-ui-v3 v3.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

yl-ui-v3

基于vue3,ElementPlus的pc管理后台UI组件库。使用vite构建。使用vitepress进行文档开发。使用@vue/repl实现在线文档编辑。使用原子化unocss高效实现文档系统样式。使用pnpm管理monorepo。

开发

拉取代码

git clone git@git.mysre.cn:frontend/yl-ui-v3.git

安装依赖

pnpm install

运行文档

npm run docs:dev

访问https://localhost:5173/即可。

构建

npm run build

构建除了生成不同类型(全量,es,cjs)的组件包之外, 还会自动将样式打包在单独目录,同时还会生成types 供 Typescript使用