Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thuongtruong109/fliper
🎴 Enjoy flip cards memory game for fun
https://github.com/thuongtruong109/fliper
flipcard flipper game vue vuejs
Last synced: about 1 month ago
JSON representation
🎴 Enjoy flip cards memory game for fun
- Host: GitHub
- URL: https://github.com/thuongtruong109/fliper
- Owner: thuongtruong109
- License: mit
- Created: 2024-06-13T16:22:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:36:21.000Z (8 months ago)
- Last Synced: 2024-12-22T08:25:53.542Z (about 1 month ago)
- Topics: flipcard, flipper, game, vue, vuejs
- Language: Vue
- Homepage:
- Size: 6.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. npm init vite@latest
2. npm init vite@latest my-vue-app -- --template vue
3. npm install prettier -D --save-exact and add prettier to format code when save
4. npm install
5. npm run dev