# ts-app **Repository Path**: we_coder/ts-app ## Basic Information - **Project Name**: ts-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-02 - **Last Updated**: 2021-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于webpack搭建的一个编译typescript语言的项目 ``` # 安装依赖 npm install # 启动 npm start # 打包 npm run build ```