Skip to content

thuongtruong1009/flip-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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