Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 454 Bytes

TCS Rubberban

JS的实现框选效果,这不是一个library,这只是一个实现demo

使用方式

  1. 克隆项目到本地
    git clone https://github.com/hungtcs-lab/tcs-rubberband.git
  2. 切换到项目目录
    cd tcs-rubberband
  3. 安装npm依赖,接着启动项目
    npm install
    npm start
  4. 使用浏览器访问,默认端口为3100