mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
.. | ||
business | ||
cell-type | ||
component | ||
custom-render | ||
interaction | ||
layout | ||
mock-data | ||
performance | ||
style | ||
table-type | ||
theme | ||
index.html | ||
main.ts | ||
menu.ts | ||
README.md | ||
style.css | ||
vite.config.js |
图表示例开发说明
- 先决条件
全局安装 @microsoft/rush
npm i --global @microsoft/rush
- 在根目录下安装依赖
运行:rush update
- 启动demo
在根目录下运行:
rush run -p @visactor/VTable -s site-demo
or 进入到项目中
cd packages/vtable/
rushx site-demo