0.0.3 • Published 1 year ago

diamond-vue-ui v0.0.3

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

💎 Diamond UI for Vue3

基于Vue3 + TypeScript 的组件库,目前目前包括有 Button、Tabs、Dialog、Switch组件。

预览地址https://amberwangdm.github.io/diamond-ui/

项目运行

  1. 运行 yarn
  2. 运行 yarn dev
  3. 打开 http://127.0.0.1:3000

官网打包

  1. 运行 yarn
  2. 运行 yarn build
  3. 得到的 dist 目录就是官网源代码

库文件打包步骤

  1. 运行 rollup -c
  2. 得到的 dist/lib 目录就是编译后的库文件所在目录