Skip to content

PeterHewat/real-world-vue

Repository files navigation

real-world-vue

Following along?

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Install json-server

npm install -g json-server

Run json-server

json-server --watch db.json

About

Vue tutorial from Vue Mastery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published