/vue-todo-app

An event posting app in a "to do" list format. Project part of Real World Vue.js, a course by Vue Mastery.

Primary LanguageVue

vue-todo-app

This event posting app in a "to do list" format was completed as part of a code-along project in Vue Mastery's Real World Vue.js course taught by Adam Jahr and Gregg Pollack.

The concepts covered in this course include:

  • Vue Router
  • Dynamic Routing and HTML5 History Mode
  • Single File Vue Components and Global Components
  • Slots
  • API Calls with Axios

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.