VTable/packages/vtable/examples
2023-06-06 19:46:20 +08:00
..
auto-size feat: Initial commit 2023-06-05 18:48:40 +08:00
cell-move feat: Initial commit 2023-06-05 18:48:40 +08:00
custom feat: Initial commit 2023-06-05 18:48:40 +08:00
header feat: Initial commit 2023-06-05 18:48:40 +08:00
icon feat: Initial commit 2023-06-05 18:48:40 +08:00
interactive feat: Initial commit 2023-06-05 18:48:40 +08:00
mock-data feat: Initial commit 2023-06-05 18:48:40 +08:00
pivot feat: Initial commit 2023-06-05 18:48:40 +08:00
resource-url feat: Initial commit 2023-06-05 18:48:40 +08:00
style feat: Initial commit 2023-06-05 18:48:40 +08:00
test feat: Initial commit 2023-06-05 18:48:40 +08:00
theme feat: Initial commit 2023-06-05 18:48:40 +08:00
transpose feat: Initial commit 2023-06-05 18:48:40 +08:00
type feat: Initial commit 2023-06-05 18:48:40 +08:00
unit-test-demo feat: Initial commit 2023-06-05 18:48:40 +08:00
util feat: Initial commit 2023-06-05 18:48:40 +08:00
index.html feat: Initial commit 2023-06-05 18:48:40 +08:00
main.ts feat: Initial commit 2023-06-05 18:48:40 +08:00
menu.ts feat: Initial commit 2023-06-05 18:48:40 +08:00
README.md feat: Initial commit 2023-06-05 18:48:40 +08:00
style.css feat: Initial commit 2023-06-05 18:48:40 +08:00
vite.config.js chore: template add 2023-06-06 19:46:20 +08:00

图表示例开发说明

  1. 先决条件

全局安装 @microsoft/rush

npm i --global @microsoft/rush
  1. 在根目录下安装依赖

运行:rush update

  1. 启动demo

在根目录下运行: rush run -p @visactor/VTable -s demo or 进入到项目中

cd packages/vtable/
rushx demo