Skip to content

Commit d7175d4

Browse files
Update README.md
1 parent 91c0244 commit d7175d4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ That based on what you get in the Vue Router setup.
9696

9797
## Related projects
9898

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)
102-
- [Node Project Template](https://github.com/MichaelCurrin/node-project-template)
99+
- Vue-based projects:
100+
- [Vue TypeScript Quickstart](https://github.com/MichaelCurrin/vue-typescript-quickstart) - like this project but with TypeScript added.
101+
- [Vue Router Quickstart](https://github.com/MichaelCurrin/vue-router-quickstart) - like this project but with Vue Router added for a multi-page site.
102+
- [VuePress Quickstart](https://github.com/MichaelCurrin/vuepress-quickstart) - using VuePress, a static site generator built on a Vue.
103+
- [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.
104+
- [Vue Frontend Quickstart](https://github.com/MichaelCurrin/vue-frontend-quickstart) - a simple site that uses Vue on the frontend without Node or build step.
105+
- [React Quickstart](https://github.com/MichaelCurrin/react-quickstart) - like this project, but using React instead of Vue.
106+
- [Node Project Template](https://github.com/MichaelCurrin/node-project-template) - a more generic Node template.
103107

104108

105109
## License

0 commit comments

Comments
 (0)