|
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 |
3 | 3 |
|
4 | 4 | [](https://github.com/MichaelCurrin/vue-quickstart/actions) |
5 | 5 | [](https://github.com/MichaelCurrin/vue-js-quickstart/tags/) |
6 | | -[](#license) |
| 6 | +[](#license) |
7 | 7 |
|
8 | 8 | [](https://nodejs.org) |
9 | 9 | [](https://classic.yarnpkg.com) |
|
30 | 30 |
|
31 | 31 | 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. |
32 | 32 |
|
33 | | -For Vue + TypeScript, see my other project: |
34 | | - |
35 | | -[](https://github.com/MichaelCurrin/vue-typescript-quickstart) |
36 | | - |
37 | 33 |
|
38 | 34 | ## 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 |
40 | 36 |
|
41 | 37 | <div align="center"> |
42 | 38 |
|
@@ -97,13 +93,15 @@ See these areas in [package.json](/package.json): |
97 | 93 |
|
98 | 94 | That based on what you get in the Vue Router setup. |
99 | 95 |
|
100 | | -### Related projects |
101 | 96 |
|
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) |
104 | 102 | - [Node Project Template](https://github.com/MichaelCurrin/node-project-template) |
105 | 103 |
|
106 | 104 |
|
107 | 105 | ## License |
108 | 106 |
|
109 | | -Released under [MIT](/LICENSE). |
| 107 | +Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin). |
0 commit comments