Skip to content

Commit 70f491d

Browse files
Update README.md
1 parent d6c4444 commit 70f491d

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Vue.js Quickstart
2-
> Minimal Vue app template which uses CI to deploy to GitHub Pages
1+
# Vue Quickstart
2+
> Starter template for a Vue 2 project - including docs and CI deploy to GH Pages
33
44
[![GH Pages Deploy](https://github.com/MichaelCurrin/vue-quickstart/workflows/GH%20Pages%20Deploy/badge.svg)](https://github.com/MichaelCurrin/vue-quickstart/actions)
55
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/vue-quickstart)](https://github.com/MichaelCurrin/vue-js-quickstart/tags/)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue)](#license)
6+
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
77

88
[![Made with Node](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](https://nodejs.org)
99
[![Made with Yarn](https://img.shields.io/badge/Yarn->=1-blue?logo=yarn&logoColor=white)](https://classic.yarnpkg.com)
@@ -30,13 +30,9 @@
3030

3131
After you've looked at the demo screenshot and site, you are welcome to create your own using the template button. This will fork this project and add it to your repos.
3232

33-
For Vue + TypeScript, see my other project:
34-
35-
[![MichaelCurrin - vue-typescript-quickstart](https://img.shields.io/static/v1?label=MichaelCurrin&message=vue-typescript-quickstart&color=blue&logo=github)](https://github.com/MichaelCurrin/vue-typescript-quickstart)
36-
3733

3834
## Documentation
39-
> How to install and run the app and deploy it to GH Pages
35+
> How to install and run the app locally and deploy it to GH Pages
4036
4137
<div align="center">
4238

@@ -97,13 +93,15 @@ See these areas in [package.json](/package.json):
9793

9894
That based on what you get in the Vue Router setup.
9995

100-
### Related projects
10196

102-
- [Vue Router Quickstart](https://github.com/MichaelCurrin/vue-router-quickstart/)
103-
- [React Quickstart](https://github.com/MichaelCurrin/react-quickstart/)
97+
## Related projects
98+
99+
- [Vue TypeScript Quickstart](https://github.com/MichaelCurrin/vue-typescript-quickstart)
100+
- [Vue Router Quickstart](https://github.com/MichaelCurrin/vue-router-quickstart)
101+
- [React Quickstart](https://github.com/MichaelCurrin/react-quickstart)
104102
- [Node Project Template](https://github.com/MichaelCurrin/node-project-template)
105103

106104

107105
## License
108106

109-
Released under [MIT](/LICENSE).
107+
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).

0 commit comments

Comments
 (0)