twocngdagz / Hands-on-Web-Development-with-Vue.js

Hands-On Web Development with Vue.js [video], published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-on-Web-Development-with-Vue.js

This is the code repository for Hands-On Web Development with Vue.js [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

Please read README_PACKT to get more information about the video course:


Notes from the Author:

Roman Kuba

How to use this repository

This repositroy includes all important source code files the video course. Let me guide you through this, so you know what's up:

Section 1

This is split up into all the individual folders. Each contains the finished index.html with some comments dropped in to explain critical pieces.

Section 2 - 6

These sections only focus on the application we were building over this course. As we were using vue-cli to scaffold the project, I didn't put all those auto generated files into the folders.

What you will find though is the content of the src folder. The code in each folder always represents the final state at the end of the section.

So if you want to pick up at a later section, just drop the files into your own src folder, and you can continue the next section from there.

SETUP

This folder contains all the SETUP files that are referenced throughout the course. Feel free to use them as explained in the videos.

Questions & Feedback

If there are any questions or feedback, or you stumble over some issues, please leave a note at the Issue Board

Otherwise, you can reach me on Twitter and I would be happy to hear your feedback.

Best, Roman

About

Hands-On Web Development with Vue.js [video], published by Packt

License:MIT License


Languages

Language:JavaScript 44.0%Language:Vue 34.0%Language:HTML 12.5%Language:CSS 9.4%