Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Iconpark | 6,931 | 15 | 3 months ago | 34 | July 04, 2022 | 493 | apache-2.0 | TypeScript | ||
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons | ||||||||||
Pomotroid | 3,094 | 4 months ago | 122 | mit | Vue | |||||
:tomato: Simple and visually-pleasing Pomodoro timer | ||||||||||
Vuepress Theme Vdoing | 2,999 | 5 | 3 months ago | 79 | August 18, 2022 | 43 | mit | Vue | ||
🚀一款简洁高效的VuePress知识管理&博客(blog)主题 | ||||||||||
Simpleui | 2,898 | 13 | 2 | 2 months ago | 107 | June 13, 2022 | 19 | mit | Python | |
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨ | ||||||||||
Vuepress Next | 1,739 | 3,126 | 2,881 | 10 days ago | 202 | July 11, 2022 | 44 | mit | TypeScript | |
Repo for VuePress 2 | ||||||||||
Vuepress Theme Reco 1.x | 1,625 | 9 | 11 | a month ago | 13 | June 08, 2022 | 3 | mit | Vue | |
🎨 This is the repo for vuepress-theme-reco 1. | ||||||||||
Tailwind Config Viewer | 1,608 | 3 | 2 months ago | 20 | May 31, 2022 | 27 | Vue | |||
A local UI tool for visualizing your Tailwind CSS configuration file. | ||||||||||
Vuejs Wordpress Theme Starter | 1,547 | 6 months ago | 36 | JavaScript | ||||||
A WordPress theme with the guts ripped out and replaced with Vue. | ||||||||||
Hexo Theme Aurora | 847 | a month ago | 19 | June 24, 2021 | 107 | mit | Vue | |||
🏳️🌈 Futuristic auroral Hexo theme. | ||||||||||
Vue Simplemde | 753 | 446 | 11 | a year ago | 42 | June 01, 2022 | 21 | mit | Vue | |
📝 Vue SimpleMDE - use simplemde with vue.js |
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
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 appxx-final/vue-heroes
- This is the ending point for the appClone this repository
git clone https://github.com/johnpapa/vue-getting-started.git
cd vue-getting-started
Change to the folder you wish to use
cd 02-getting-started/end/vue-heroes
Install the npm packages
npm install
Run the app!
npm run serve