# nes-vue **Repository Path**: rs/nes-vue ## Basic Information - **Project Name**: nes-vue - **Description**: Vue 3 的NES(FC)模拟器组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-08-21 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
用于 Vue 3 的 NES (FC)🎮 游戏模拟器组件。
## 游乐场 🚀[Playground](https://taiyuuki.gitee.io/nes-vue) ## 功能 - [x] 支持双人 - [x] 支持手柄 - [x] 支持连发键 - [x] 支持保存、读取 - [x] 支持回放TAS录像(*.fm2文件) ## 使用 ### 安装 ```shell npm install nes-vue --save ``` 然后: ```vue