Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 442 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 442 Bytes

clone-learn-tsinghua

网络学堂文件、作业、公告同步工具

Usage

首先把配置文件复制并修改该文件相应项

$ cp config.example.ts config.ts

然后安装依赖文件

$ npm install

最后运行

$ npm start

打包成一个文件

$ npm install -D
$ npm run build

这样就能生成一个 bundle(或者 bundle.exe)的可执行文件。