You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
339 B
17 lines
339 B
1 year ago
|
# 平台前端核心库(platform-core)
|
||
|
本项目为基于 vue3 + quasar 的前端框架组件库,主要包括:
|
||
|
|
||
|
1. 基本脚手架
|
||
|
2. 封装的 UI 组件
|
||
|
|
||
|
## 组件构建方法
|
||
|
# 更新版本, 版本变化需在打包 pnpm lib 之前执行
|
||
|
pnpm version patch
|
||
|
|
||
|
# 打包
|
||
|
pnpm lib
|
||
|
|
||
|
# 发布到 npm 仓库
|
||
|
npm publish
|
||
|
|