Skip to content

Commit 3bded29

Browse files
committed
docs: update README.md
1 parent 9ce87c3 commit 3bded29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Vue Quickstart
2-
> Starter template for a Vue 2 site - including docs and CI deploy to GH Pages
2+
> Starter template for a Vue 3 site - including docs and CI deploy to GH Pages
33
44
<!-- Badges generated with: https://michaelcurrin.github.io/badge-generator/ -->
5-
65
[![GH Pages Deploy](https://github.com/MichaelCurrin/vue-quickstart/workflows/GH%20Pages%20Deploy/badge.svg)](https://github.com/MichaelCurrin/vue-quickstart/actions)
76
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/vue-quickstart)](https://github.com/MichaelCurrin/vue-js-quickstart/tags/)
87
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
@@ -46,7 +45,7 @@ After you've looked at the demo screenshot and site, you are welcome to create y
4645

4746
## About
4847

49-
### What is Vue?
48+
### What is Vue?
5049

5150
> Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
5251
@@ -102,6 +101,7 @@ That based on what you get in the Vue Router setup.
102101
- Vue-based projects:
103102
- [Vue TypeScript Quickstart](https://github.com/MichaelCurrin/vue-typescript-quickstart) - like this project but with TypeScript added.
104103
- [Vue Router Quickstart](https://github.com/MichaelCurrin/vue-router-quickstart) - like this project but with Vue Router added for a multi-page site.
104+
- [Vue Vuex Quickstart](https://github.com/MichaelCurrin/vue-vuex-quickstart) - like this project but with Vuex added.
105105
- [VuePress Quickstart](https://github.com/MichaelCurrin/vuepress-quickstart) - using VuePress, a static site generator built on a Vue.
106106
- [Nuxt Default Quickstart](https://github.com/MichaelCurrin/nuxt-default-quickstart) - using Nuxt, a mix between a SPA and a static site generator that is built on Vue.
107107
- [Vue Frontend Quickstart](https://github.com/MichaelCurrin/vue-frontend-quickstart) - a simple site that uses Vue on the frontend without Node or build step.

0 commit comments

Comments
 (0)