From c7fca0d9f8e243ba05392ead1351ea519bf184a9 Mon Sep 17 00:00:00 2001 From: An Phan Date: Wed, 22 Jun 2016 17:45:58 +0800 Subject: [PATCH] Beautify resources --- awesomeness/Development Tools/eslint-plugin-vue.md | 6 +++--- awesomeness/Development Tools/vue-go-cli.md | 6 +++--- .../General Plugins:Directives/vue-lazyload-img.md | 4 ++-- .../General Plugins:Directives/vue-msgbox.md | 4 ++-- .../General Plugins:Directives/vue-paginate.md | 4 ++-- .../General Plugins:Directives/vue-socket-io.md | 4 ++-- .../Integrations/vue-proerty-decorator.md | 4 ++-- .../Libraries and Plugins/Integrations/vue-typed.md | 4 ++-- awesomeness/Libraries and Plugins/Routing/voie.md | 2 +- awesomeness/Libraries and Plugins/Routing/vue-lanes.md | 4 ++-- awesomeness/Libraries and Plugins/Routing/vue-page.md | 4 ++-- .../State Management/vue-simple-store.md | 4 ++-- .../UI Components/vue-autocomplete.md | 4 ++-- .../UI Components/vue-bootstrap-modal.md | 4 ++-- .../UI Components/vue-loading-bar.md | 4 ++-- .../UI Components/vue-tag-editor-component.md | 4 ++-- awesomeness/Libraries and Plugins/i18n/vue-locale.md | 4 ++-- ...-personal-blog-and-portfolio-site-see-repository.md | 10 +++++----- .../Projects Using Vue.js/Apps:Websites/statamic.md | 6 +++--- .../Projects Using Vue.js/Open Source/astralapp.md | 4 ++-- 20 files changed, 45 insertions(+), 45 deletions(-) diff --git a/awesomeness/Development Tools/eslint-plugin-vue.md b/awesomeness/Development Tools/eslint-plugin-vue.md index 45ef30ca..badb33b3 100644 --- a/awesomeness/Development Tools/eslint-plugin-vue.md +++ b/awesomeness/Development Tools/eslint-plugin-vue.md @@ -1,6 +1,6 @@ --- name: "eslint-plugin-vue" url: https://github.com/Twiknight/eslint-plugin-vue -author: -description: "Eslint plugin for .vue files." -tags: \ No newline at end of file +author: +description: "ESLint plugin for `.vue` files." +tags: diff --git a/awesomeness/Development Tools/vue-go-cli.md b/awesomeness/Development Tools/vue-go-cli.md index 07fc95e5..a727529a 100644 --- a/awesomeness/Development Tools/vue-go-cli.md +++ b/awesomeness/Development Tools/vue-go-cli.md @@ -1,6 +1,6 @@ --- name: "vue-go-cli" url: https://github.com/rodzzlessa24/vue-go-cli -author: -description: "a CLI tool for scaffolding new projects generating components, services, and mixins." -tags: \ No newline at end of file +author: +description: "A CLI tool for scaffolding new projects generating components, services, and mixins." +tags: diff --git a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-lazyload-img.md b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-lazyload-img.md index 33493796..b83f3e6a 100644 --- a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-lazyload-img.md +++ b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-lazyload-img.md @@ -2,5 +2,5 @@ name: vue-lazyload-img url: https://github.com/JALBAA/vue-lazyload-img author: "@JALBAA (https://github.com/JALBAA)" -description: "another image lazyload plugin for Vue, especially optimized for mobile browser." -tags: \ No newline at end of file +description: "Another image lazyload plugin for Vue, especially optimized for mobile browser." +tags: diff --git a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-msgbox.md b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-msgbox.md index c8d5020a..be267197 100644 --- a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-msgbox.md +++ b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-msgbox.md @@ -2,5 +2,5 @@ name: vue-msgbox url: https://github.com/ElemeFE/vue-msgbox author: "@ElemeFE (https://github.com/ElemeFE)" -description: "Message box (like Sweet Alert) plugin for Vuejs" -tags: \ No newline at end of file +description: "Message box (like Sweet Alert) plugin for Vue.js" +tags: diff --git a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-paginate.md b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-paginate.md index 89bf4519..18bb2fbb 100644 --- a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-paginate.md +++ b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-paginate.md @@ -2,5 +2,5 @@ name: vue-paginate url: https://github.com/TahaSh/vue-paginate author: "@TahaSh" -description: "A simple plugin to use pagination in vue.js." -tags: \ No newline at end of file +description: "A simple plugin to use pagination in Vue.js." +tags: diff --git a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-socket-io.md b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-socket-io.md index 103fc964..0a0ff26e 100644 --- a/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-socket-io.md +++ b/awesomeness/Libraries and Plugins/General Plugins:Directives/vue-socket-io.md @@ -2,5 +2,5 @@ name: vue-socket.io url: https://github.com/MetinSeylan/Vue-Socket.io author: "@MetinSeylan (https://github.com/MetinSeylan)" -description: "Socket.io plugin for Vuejs, manage socket.io event in Vue vm." -tags: \ No newline at end of file +description: "Socket.io plugin for Vue.js, manage socket.io events in Vue vm." +tags: diff --git a/awesomeness/Libraries and Plugins/Integrations/vue-proerty-decorator.md b/awesomeness/Libraries and Plugins/Integrations/vue-proerty-decorator.md index 182d7167..043c911e 100644 --- a/awesomeness/Libraries and Plugins/Integrations/vue-proerty-decorator.md +++ b/awesomeness/Libraries and Plugins/Integrations/vue-proerty-decorator.md @@ -2,5 +2,5 @@ name: Vue Proerty Decorator url: https://github.com/kaorun343/vue-property-decorator author: "@kaorun343" -description: "Property Decorators for Vue.js" -tags: \ No newline at end of file +description: "Property decorators for Vue.js" +tags: diff --git a/awesomeness/Libraries and Plugins/Integrations/vue-typed.md b/awesomeness/Libraries and Plugins/Integrations/vue-typed.md index 3770d164..c4fe4538 100644 --- a/awesomeness/Libraries and Plugins/Integrations/vue-typed.md +++ b/awesomeness/Libraries and Plugins/Integrations/vue-typed.md @@ -2,5 +2,5 @@ name: Vue-Typed url: https://github.com/budiadiono/vue-typed author: "@budiadiono" -description: "The vue-class-component in typescript favor" -tags: \ No newline at end of file +description: "The Vue-class-component in TypeScript favor" +tags: diff --git a/awesomeness/Libraries and Plugins/Routing/voie.md b/awesomeness/Libraries and Plugins/Routing/voie.md index 60d90d1f..528630ea 100644 --- a/awesomeness/Libraries and Plugins/Routing/voie.md +++ b/awesomeness/Libraries and Plugins/Routing/voie.md @@ -2,5 +2,5 @@ name: voie url: https://github.com/inca/voie author: Boris Okunskiy (https://github.com/inca) -description: "simple router / layout manager inspired by FSMs and ui-router" +description: "Simple router / layout manager inspired by FSMs and ui-router" tags: diff --git a/awesomeness/Libraries and Plugins/Routing/vue-lanes.md b/awesomeness/Libraries and Plugins/Routing/vue-lanes.md index 04de1e93..32be1831 100644 --- a/awesomeness/Libraries and Plugins/Routing/vue-lanes.md +++ b/awesomeness/Libraries and Plugins/Routing/vue-lanes.md @@ -2,5 +2,5 @@ name: Vue Lanes url: https://github.com/bpierre/vue-lanes author: "@bpierre" -description: "an event-based routing system for Vue" -tags: \ No newline at end of file +description: "An event-based routing system for Vue" +tags: diff --git a/awesomeness/Libraries and Plugins/Routing/vue-page.md b/awesomeness/Libraries and Plugins/Routing/vue-page.md index 71eb512d..fa3de0c3 100644 --- a/awesomeness/Libraries and Plugins/Routing/vue-page.md +++ b/awesomeness/Libraries and Plugins/Routing/vue-page.md @@ -2,5 +2,5 @@ name: Vue page url: https://github.com/AlexToudic/vue-page author: "@AlexToudic" -description: "a routing system based on pagejs" -tags: \ No newline at end of file +description: "A routing system based on pagejs" +tags: diff --git a/awesomeness/Libraries and Plugins/State Management/vue-simple-store.md b/awesomeness/Libraries and Plugins/State Management/vue-simple-store.md index bd163c39..26109fb0 100644 --- a/awesomeness/Libraries and Plugins/State Management/vue-simple-store.md +++ b/awesomeness/Libraries and Plugins/State Management/vue-simple-store.md @@ -2,5 +2,5 @@ name: vue-simple-store url: https://github.com/BosNaufal/vue-simple-store author: "@BosNaufal (https://github.com/BosNaufal)" -description: "Store Organizer To Simplify Your Stores for Vue" -tags: \ No newline at end of file +description: "Store organizer to simplify your stores for Vue" +tags: diff --git a/awesomeness/Libraries and Plugins/UI Components/vue-autocomplete.md b/awesomeness/Libraries and Plugins/UI Components/vue-autocomplete.md index f2acc8d5..3adf9d18 100644 --- a/awesomeness/Libraries and Plugins/UI Components/vue-autocomplete.md +++ b/awesomeness/Libraries and Plugins/UI Components/vue-autocomplete.md @@ -2,5 +2,5 @@ name: vue-autocomplete url: https://github.com/BosNaufal/vue-autocomplete author: "@BosNaufal (https://github.com/BosNaufal)" -description: "utocomplete Component for Vue" -tags: \ No newline at end of file +description: "Autocomplete component for Vue" +tags: diff --git a/awesomeness/Libraries and Plugins/UI Components/vue-bootstrap-modal.md b/awesomeness/Libraries and Plugins/UI Components/vue-bootstrap-modal.md index 059a884a..58e2d51b 100644 --- a/awesomeness/Libraries and Plugins/UI Components/vue-bootstrap-modal.md +++ b/awesomeness/Libraries and Plugins/UI Components/vue-bootstrap-modal.md @@ -2,5 +2,5 @@ name: vue-bootstrap-modal url: https://github.com/Coffcer/vue-bootstrap-modal author: "@Coffcer (https://github.com/Coffcer)" -description: "ootstrap style modal component for Vue" -tags: \ No newline at end of file +description: "Bootstrap style modal component for Vue" +tags: diff --git a/awesomeness/Libraries and Plugins/UI Components/vue-loading-bar.md b/awesomeness/Libraries and Plugins/UI Components/vue-loading-bar.md index 35c1bc87..5f3848c2 100644 --- a/awesomeness/Libraries and Plugins/UI Components/vue-loading-bar.md +++ b/awesomeness/Libraries and Plugins/UI Components/vue-loading-bar.md @@ -2,5 +2,5 @@ name: vue-loading-bar url: https://github.com/BosNaufal/vue-loading-bar author: "@BosNaufal (https://github.com/BosNaufal)" -description: "outube Like Loading Bar Component for Vue" -tags: \ No newline at end of file +description: "Youtube-like loading bar component for Vue" +tags: diff --git a/awesomeness/Libraries and Plugins/UI Components/vue-tag-editor-component.md b/awesomeness/Libraries and Plugins/UI Components/vue-tag-editor-component.md index 39e52a28..621748de 100644 --- a/awesomeness/Libraries and Plugins/UI Components/vue-tag-editor-component.md +++ b/awesomeness/Libraries and Plugins/UI Components/vue-tag-editor-component.md @@ -2,5 +2,5 @@ name: Vue Tag Editor Component url: https://github.com/hnakamur/vue.tag-editor.js author: "@hnakamur" -description: "tag editor component for Vue.js" -tags: \ No newline at end of file +description: "Tag editor component for Vue.js" +tags: diff --git a/awesomeness/Libraries and Plugins/i18n/vue-locale.md b/awesomeness/Libraries and Plugins/i18n/vue-locale.md index c369e729..74ea6b62 100644 --- a/awesomeness/Libraries and Plugins/i18n/vue-locale.md +++ b/awesomeness/Libraries and Plugins/i18n/vue-locale.md @@ -2,5 +2,5 @@ name: vue-locale url: https://github.com/sebastian-software/vue-locale author: "@sebastiansoft" -description: "Advanced localization support for VueJS" -tags: \ No newline at end of file +description: "Advanced localization support for Vue.js" +tags: diff --git a/awesomeness/Projects Using Vue.js/Apps:Websites/spa-blog-http-ktquez-surge-sh-personal-blog-and-portfolio-site-see-repository.md b/awesomeness/Projects Using Vue.js/Apps:Websites/spa-blog-http-ktquez-surge-sh-personal-blog-and-portfolio-site-see-repository.md index 44062717..2377c247 100644 --- a/awesomeness/Projects Using Vue.js/Apps:Websites/spa-blog-http-ktquez-surge-sh-personal-blog-and-portfolio-site-see-repository.md +++ b/awesomeness/Projects Using Vue.js/Apps:Websites/spa-blog-http-ktquez-surge-sh-personal-blog-and-portfolio-site-see-repository.md @@ -1,6 +1,6 @@ --- -name: SPA Blog](http://ktquez.surge.sh/) Personal blog and portfolio site [see repository -url: https://github.com/ktquez/ktquez.com -author: -description: -tags: \ No newline at end of file +name: SPA Blog +url: http://ktquez.surge.sh/ +author: +description: Personal blog and portfolio site [[Source]](https://github.com/ktquez/ktquez.com) +tags: diff --git a/awesomeness/Projects Using Vue.js/Apps:Websites/statamic.md b/awesomeness/Projects Using Vue.js/Apps:Websites/statamic.md index 383a6b86..b58c6c0c 100644 --- a/awesomeness/Projects Using Vue.js/Apps:Websites/statamic.md +++ b/awesomeness/Projects Using Vue.js/Apps:Websites/statamic.md @@ -1,6 +1,6 @@ --- name: Statamic url: https://statamic.com -author: -description: -tags: \ No newline at end of file +author: +description: The flat file CMS built for developers and clients alike. +tags: diff --git a/awesomeness/Projects Using Vue.js/Open Source/astralapp.md b/awesomeness/Projects Using Vue.js/Open Source/astralapp.md index a6e48bd3..d86374da 100644 --- a/awesomeness/Projects Using Vue.js/Open Source/astralapp.md +++ b/awesomeness/Projects Using Vue.js/Open Source/astralapp.md @@ -2,5 +2,5 @@ name: astralapp url: http://astralapp.com/ author: "@astralapp (http://twitter.com/astralapp)" -description: "Organize your GitHub stars with ease [[source]](https://github.com/astralapp/astral)" -tags: \ No newline at end of file +description: "Organize your GitHub stars with ease [[Source]](https://github.com/astralapp/astral)" +tags: