# game-vue-ts **Repository Path**: zhangjinyuan191011/game-vue-ts ## Basic Information - **Project Name**: game-vue-ts - **Description**: vue+ts 写的小游戏 学习项目 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-18 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Vue, Tailwind, Animatecss ## README # 怀旧游戏世界 这是一个为了学习typescript+vue3+vite的练手游戏项目,代码没有啥技术,单纯为了学习而开发. 预览地址:[怀旧游戏世界](https://mixing-plant-wxmini-7cmm83c31dcf-1310675951.tcloudbaseapp.com/#/) ## 开发编辑器 - [VS Code](https://code.visualstudio.com/) - [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (vscode插件) - [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)(vscode插件) . ## 技术栈 - [Vite](https://cn.vitejs.dev) - [TypeScript](https://www.tslang.cn/index.html) - [Vue 3.0](https://cn.vuejs.org) - [TailWindCss](https://www.tailwindcss.cn) - [Element-plus](https://element-plus.org/zh-CN/#/zh-CN/) - [Animate.css](https://animate.style/)(动画库) - [Sass](https://www.sass.hk/)(css预编译语言) ## 项目启动 ```javascript //安装依赖 pnpm install //或 npm i //或 yarn //启动项目 pnpm run dev //或 npm run dev //或 yarn run dev ``` ## 项目进度 - 贪吃蛇 (开发完成,在完善) - 俄罗斯方块(待开发) - 扫雷(待开发) - 五子棋(待开发) - 坦克大战(待开发 学习开发)