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.
Alternatives To Vue Getting Started
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Iconpark6,931153 months ago34July 04, 2022493apache-2.0TypeScript
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Pomotroid3,094
4 months ago122mitVue
:tomato: Simple and visually-pleasing Pomodoro timer
Vuepress Theme Vdoing2,99953 months ago79August 18, 202243mitVue
🚀一款简洁高效的VuePress知识管理&博客(blog)主题
Simpleui2,8981322 months ago107June 13, 202219mitPython
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
Vuepress Next1,7393,1262,88110 days ago202July 11, 202244mitTypeScript
Repo for VuePress 2
Vuepress Theme Reco 1.x1,625911a month ago13June 08, 20223mitVue
🎨 This is the repo for vuepress-theme-reco 1.
Tailwind Config Viewer1,60832 months ago20May 31, 202227Vue
A local UI tool for visualizing your Tailwind CSS configuration file.
Vuejs Wordpress Theme Starter1,547
6 months ago36JavaScript
A WordPress theme with the guts ripped out and replaced with Vue.
Hexo Theme Aurora847
a month ago19June 24, 2021107mitVue
🏳️‍🌈 Futuristic auroral Hexo theme.
Vue Simplemde75344611a year ago42June 01, 202221mitVue
📝 Vue SimpleMDE - use simplemde with vue.js
Alternatives To Vue Getting Started
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Theme Projects
Popular Vue Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Vue
Theme
Course