VTable/packages/vtable/site-demo
2023-06-06 10:48:13 +08:00
..
business feat: Initial commit 2023-06-05 18:48:40 +08:00
cell-type feat: Initial commit 2023-06-05 18:48:40 +08:00
component feat: Initial commit 2023-06-05 18:48:40 +08:00
custom-render feat: Initial commit 2023-06-05 18:48:40 +08:00
interaction feat: Initial commit 2023-06-05 18:48:40 +08:00
layout feat: Initial commit 2023-06-05 18:48:40 +08:00
mock-data feat: Initial commit 2023-06-05 18:48:40 +08:00
performance feat: Initial commit 2023-06-05 18:48:40 +08:00
style feat: Initial commit 2023-06-05 18:48:40 +08:00
table-type feat: Initial commit 2023-06-05 18:48:40 +08:00
theme 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 chore: npm publish 2023-06-06 10:48:13 +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 feat: Initial commit 2023-06-05 18:48:40 +08:00

图表示例开发说明

  1. 先决条件

全局安装 @microsoft/rush

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

运行:rush update

  1. 启动demo

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

cd packages/vtable/
rushx site-demo