# TsBasicLearning **Repository Path**: zwfang/ts-basic-learning ## Basic Information - **Project Name**: TsBasicLearning - **Description**: typescript的一些基础知识 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### npm init -y ### tsc --init ### webpack配置:npm install webpack webpack-cli webpack-dev-server -D ### ts相关的插件 npm install ts-loader typescript -D ### 渲染html文件:npm install html-webpack-plugin -D ### 生产环境清除打包:npm install clean-webpack-plugin -D ### webpack合并多个文件: npm install webpack-merge -D ### npm start ### npm run build