封装了一些实用的组件,例如:自由拖拽盒子、更简单的Echarts
具体可点击查看在线示例 ✨ Live Demo
- [-] 拖拽盒子:可以自由移动、缩放div容器,内部通过插槽自定义内容
- [ ] 更简单的Echarts: 将通用功能进行封装,仅暴露配置option选项,无需关注自适应、鼠标点击事件等操作,支持自定义插件,更好的复用配置
- vite
- vue2
- typescript
npm install
Just run and visit http://localhost:8080
npm run dev
To build the App, run
npm run build
And you will see the generated files in dist
, which are ready to be served.