0.0.4 • Published 3 years ago

laby-ui v0.0.4

Weekly downloads
174
License
-
Repository
-
Last release
3 years ago

进度

目前已经完成了

  • Button
  • Card
  • Dialog
  • Input
  • Switch
  • Table
  • Tabs

安装

推荐使用 npm 安装

npm install laby-ui --save

或使用 yarn

yarn add laby-ui --save

技术栈

  • Vue3
  • TypeScript

部署

根据部署到 Github Pages 和自己服务器(以 nginx 为例),有不同的配置

Github Pages

修改 vite.config.ts 中的 base 字段为 './'

修改 src/router.ts 中的 history 为 hash 模式

nginx

修改 vite.config.ts 中的 base 字段为 '/'

修改 src/router.ts 中的 history 为 history 模式

修改建议

重点调整 Global.ts 里的定义