/vue-folk-dances-catalog

Demo Vue 3 app based on tutorial by Traversy Media

Primary LanguageVue

Folk dances catalog

Demo Vue 3 app based on the following tutorial by Traversy Media.

  • show a list with folk dances
  • add/update/delete a folk dance
  • simple About page
  • Vue options API
  • use json server to store data

image

Project setup

npm install
npm run build
npm run serve    // client
npm run backend  // server