All Projects → johnpapa → Vue Getting Started

johnpapa / Vue Getting Started

This project is seen in demos including the Pluralsight course "Vue: Getting Started" to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Getting Started

rust-course
<<Rust语言圣经(Book & Course)>>对Rust语言进行全面且深入的讲解,书中辅以生动的示例和习题,带你攻克从入门学习到实践应用的各种难关。 我们的目标是做一门优秀的开源Rust教程(课程)——学Rust就上course.rs。
Stars: ✭ 2,739 (+1738.26%)
Mutual labels:  learning, course
Lunatech Scala 2 To Scala3 Course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Stars: ✭ 174 (+16.78%)
Mutual labels:  learning, course
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (-87.25%)
Mutual labels:  learning, course
Free Courses
A collection of free courses about programming 📖
Stars: ✭ 281 (+88.59%)
Mutual labels:  learning, course
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (+139.6%)
Mutual labels:  learning, course
Dayasadev
📗 A course to teach non-technical team members what developers do 📗
Stars: ✭ 73 (-51.01%)
Mutual labels:  learning, course
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (+220.81%)
Mutual labels:  learning, course
Curso Python Udemy
Curso Maestro Python 3 en Udemy (20 horas)
Stars: ✭ 134 (-10.07%)
Mutual labels:  learning, course
Learnquery
Learn JavaScript fundamentals by building your own jQuery equivalent library
Stars: ✭ 136 (-8.72%)
Mutual labels:  learning
Mongodb For Python Developers
MongoDB for Python developers course handouts from Talk Python Training
Stars: ✭ 141 (-5.37%)
Mutual labels:  course
Golang For Nodejs Developers
Examples of Golang compared to Node.js for learning
Stars: ✭ 2,698 (+1710.74%)
Mutual labels:  learning
Inginious
INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
Stars: ✭ 138 (-7.38%)
Mutual labels:  learning
Cherry
A PyTorch Library for Reinforcement Learning Research
Stars: ✭ 143 (-4.03%)
Mutual labels:  learning
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-8.72%)
Mutual labels:  learning
Translatr
💬 Translate to multiple languages at once
Stars: ✭ 145 (-2.68%)
Mutual labels:  learning
Learn Javascript
Learn Plain JavaScript from Top Articles of 2017
Stars: ✭ 142 (-4.7%)
Mutual labels:  learning
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (-9.4%)
Mutual labels:  learning
The Zen Of Elixir
Collection of top articles reflecting the Zen of Elixir
Stars: ✭ 148 (-0.67%)
Mutual labels:  learning
Py Rse
Research Software Engineering with Python course material
Stars: ✭ 145 (-2.68%)
Mutual labels:  learning
Lessonmaterials
Open Sourced Curriculum and Lessons for an Introductory AI/ML Course
Stars: ✭ 142 (-4.7%)
Mutual labels:  course

Vue Getting Started

This project is seen in demos including the Pluralsight course "Vue: Getting Started" to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.

by John Papa

Projects

This repository contains several projects. Each project represents a step in the learning experience. Two proejects of note are:

  • 02-getting-started/end/vue-heroes - This is the starting point for the app
  • xx-final/vue-heroes - This is the ending point for the app

Quick Start

  1. Clone this repository

    git clone https://github.com/johnpapa/vue-getting-started.git
    cd vue-getting-started
    
  2. Change to the folder you wish to use

    cd 02-getting-started/end/vue-heroes
    
  3. Install the npm packages

    npm install
    
  4. Run the app!

    npm run serve
    

Problems or Suggestions

Open an issue here

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].