You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +45,7 @@ After you've looked at the demo screenshot and site, you are welcome to create y
46
45
47
46
## About
48
47
49
-
### What is Vue?
48
+
### What is Vue?
50
49
51
50
> Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
52
51
@@ -67,6 +66,8 @@ See [Vue](https://github.com/MichaelCurrin/learn-to-code/blob/master/en/topics/s
67
66
This project was created using the Vue CLI:
68
67
69
68
```sh
69
+
$ vue create my-project
70
+
$ # OR if not installed.
70
71
$ npx @vue/cli create my-project
71
72
```
72
73
@@ -102,6 +103,7 @@ That based on what you get in the Vue Router setup.
102
103
- Vue-based projects:
103
104
-[Vue TypeScript Quickstart](https://github.com/MichaelCurrin/vue-typescript-quickstart) - like this project but with TypeScript added.
104
105
-[Vue Router Quickstart](https://github.com/MichaelCurrin/vue-router-quickstart) - like this project but with Vue Router added for a multi-page site.
106
+
-[Vue Vuex Quickstart](https://github.com/MichaelCurrin/vue-vuex-quickstart) - like this project but with Vuex added.
105
107
-[VuePress Quickstart](https://github.com/MichaelCurrin/vuepress-quickstart) - using VuePress, a static site generator built on a Vue.
106
108
-[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.
107
109
-[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