kidar-react
v0.0.1-alpha
Published
some components for react
Downloads
1
Readme
🔥 Features
- [-] 拖拽盒子:可以自由移动、缩放div容器,内部通过插槽自定义内容
- [ ] 更简单的Echarts: 将通用功能进行封装,仅暴露配置option选项,无需关注自适应、鼠标点击事件等操作,支持自定义插件,更好的复用配置
涉及的技术
- vite
- vue2
- typescript
🚀 Getting started
Install
npm install
Development
Just run and visit http://localhost:8080
npm run dev
Build
To build the App, run
npm run build
And you will see the generated files in dist
, which are ready to be served.