# ts-lib-basic **Repository Path**: hhp1614/ts-lib-basic ## Basic Information - **Project Name**: ts-lib-basic - **Description**: ts-lib-basic - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-lib-basic 使用 typescript 开发类库的基本配置 ## 下载 ```shell script git clone https://github.com/hhp1614/ts-lib-basic.git ``` ## 开发 ```shell script yarn start # or npm start ``` ## 编译 ```shell script yarn build # or npm run build ```