diff --git a/content/roadmaps/105-vue/content/102-ecosystem/100-routing/100-vue-router.md b/content/roadmaps/105-vue/content/102-ecosystem/100-routing/100-vue-router.md index db585be7a..f3adb2e35 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/100-routing/100-vue-router.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/100-routing/100-vue-router.md @@ -1 +1,7 @@ -# Vue router \ No newline at end of file +# Vue Router + +Vue Router is the official router for Vue.js which allows creating static/dynamic routes, has support for navigation interception, allows for component based configuration and much more. + +Free Content +Vue Router + diff --git a/content/roadmaps/105-vue/content/102-ecosystem/100-routing/readme.md b/content/roadmaps/105-vue/content/102-ecosystem/100-routing/readme.md index 5904c1e21..e05bc2c28 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/100-routing/readme.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/100-routing/readme.md @@ -1 +1,3 @@ -# Routing \ No newline at end of file +# Routing + +Routing is an essential concept in Single Page Applications (SPA). When your application is divided into separated logical sections, and all of them are under their own URL, your users can easily share links among each other. diff --git a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/100-vue-formulate.md b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/100-vue-formulate.md index c5a0ed718..7a2b71c12 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/100-vue-formulate.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/100-vue-formulate.md @@ -1 +1,8 @@ -# Vue formulate \ No newline at end of file +# Vue formulate + +Vue formulate's built-in validation, error handling, grouped & repeatable fields, form generation, and more — make complex form creation a breeze. + +Free Content +Official Website: Vue Formulate +wearebraid/vue-formulate + diff --git a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/101-vee-validate.md b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/101-vee-validate.md index 5e5958c80..544666609 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/101-vee-validate.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/101-vee-validate.md @@ -1 +1,9 @@ -# Vee validate \ No newline at end of file +# Vee validate + +OpenSource plugin to handle form validations in Vue.js + +Free Content +Official Website: Vee Validate +logarem/vee-validate + + diff --git a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/102-vuelidate.md b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/102-vuelidate.md index 83754b3e6..3a44bcb5e 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/102-vuelidate.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/102-vuelidate.md @@ -1 +1,8 @@ -# Vuelidate \ No newline at end of file +# Vuelidate + +Simple, lightweight model-based validation for Vue.js. + +Free Content +Official Website: Vuelidate +vuelidate/vuelidate + diff --git a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/readme.md b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/readme.md index 4c010a860..563c9d988 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/101-forms/readme.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/101-forms/readme.md @@ -1 +1,3 @@ -# Forms \ No newline at end of file +# Forms + +Apart from the built-in form-binding support, there are several options available that allow for handling forms and data in much convenient manner. diff --git a/content/roadmaps/105-vue/content/102-ecosystem/readme.md b/content/roadmaps/105-vue/content/102-ecosystem/readme.md index 9d6bd4150..ef7323173 100644 --- a/content/roadmaps/105-vue/content/102-ecosystem/readme.md +++ b/content/roadmaps/105-vue/content/102-ecosystem/readme.md @@ -1 +1,7 @@ -# Ecosystem \ No newline at end of file +# Ecosystem + +Thanks to its popularity, Vue has been enriched by a vast ecosystem of plugins and tools. A (long) list is available here: [awesome-vue](https://github.com/vuejs/awesome-vue). + +Free Content +Awesome Vue.js +