# code-game **Repository Path**: mirrors_theajack/code-game ## Basic Information - **Project Name**: code-game - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### typescript运行环境demo 这是一个支持eslint的typescript运行环境 只需要克隆,安装依赖就可以运行起来了,毕竟webpack、eslint、babel、ts的配置搞起来还是比较麻烦的~ 在你喜欢的目录运行: ``` git clone https://github.com/theajack/ts-demo.git ``` ``` cd ts-demo ``` 使用淘宝镜像安装依赖 ``` npm i --registry=https://registry.npm.taobao.org ``` 使用 webpack-dev-server 运行demo ``` npm run dev ``` 打包: ``` npm run build ``` 项目中有一些用不到的东西可以删除,代码就不介绍了,后面就到你自己发挥啦!