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
npm install
npm run serve
npm run build
npm run test
npm run lint