# 2019-CN-PIT **Repository Path**: frontstudio/2019-CN-PIT ## Basic Information - **Project Name**: 2019-CN-PIT - **Description**: 个税计算器js实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用 直接浏览器打开 index.html 文件即可。 ### Mac ```text $ (cd docs/; open index.html) ``` ### 其他 双击打开文件! ## 开发者 ### 准备 ```shell yarn install ``` ### 编译(生产模式) ```shell yarn build ``` ### 开发(开发模式) ```shell yarn start ``` ## 重要依赖 * [react-bootstrap](https://react-bootstrap.github.io/)