Exercise work for Vue Mastery's Mastering Vue course.
First pull down the https://github.com/amberwilson/mastering-vuex-api repo - it's the JSON Server needed to run the backend and spins up with the npm run stack
command.
npm install
npm run serve
npm run build
npm run lint
npm run api
npm run stack
We encourage you to follow the course on Vue Mastery, and code along with us. This course has tags representing the start and finish of each level, just in case you get stuck. Here's the start and ending code of each lesson, if you'd like to download them.
Lesson | ||
---|---|---|
2 - Vue CLI | n/a | Finished Code |
3 - Optimizing your IDE | Starting Code | Finished Code |
4 - Vue Router Basics | Starting Code | Finished Code |
5 - Dynamic Routes & History Mode | Starting Code | Finished Code |
6 - Single File Components | Starting Code | Finished Code |
7 - Global Components | Starting Code | Finished Code |
8 - Slots | Starting Code | Finished Code |
9 - API Calls with Axios | Starting Code | Finished Code |
npm install
npm run serve
npm run build
npm run lint
npm run api
npm run stack