| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
使用 TypeScript 编写的一些有趣的算法实验。
线上地址:http://lib.ursb.me
git clone https://github.com/airingursb/algorithm-lab.git cd algorithm-lab npm install node app/bin/www.js --harmony
Then open Browser at 'http://localhost:9009'
tsc
需要先安装 browserify
npm install -g browserify
再进入对应的算法输出目录,打包代码
browserify main.js -o bundle.js
| Back | FazBrowse Home | New Git URL |