/flip-cards

🎴 flip cards memory game for fun. Enjoy it. Building version...

Primary LanguageVueMIT LicenseMIT

  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