- Notifications
You must be signed in to change notification settings - Fork7
A NES(FC) emulator component for Vue 3.
License
NotificationsYou must be signed in to change notification settings
taiyuuki/nes-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A NES (FC)🎮 emulator component for Vue 3.
🇨🇳中文
- Support for multiplayer.
- Support for gamepad.
- Support for turbo button.
- Support for saving and loading.
- Support for playing TAS recordings. (
*.fm2
) - Support for cheat codes.
npm install nes-vue --save
And then
<script setup>import {NesVue }from'nes-vue';</script><template> <nes-vueurl="https://taiyuuki.github.io/nes-vue/Super Mario Bros (JU).nes" /></template>
Refer todocumentations for more details.