mirror of
https://github.com/vuejs/awesome-vue.git
synced 2024-11-20 11:16:40 -05:00
Tag official resources
This commit is contained in:
parent
62e95cc84c
commit
1555337592
8 changed files with 19 additions and 6 deletions
|
@ -2,3 +2,5 @@
|
|||
name: vue-requests
|
||||
url: https://github.com/vuejs/vue-requests
|
||||
description: Request a Vue.js module you wish existed or get ideas for modules
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: "vue-devtools"
|
||||
url: https://github.com/vuejs/vue-devtools
|
||||
author:
|
||||
author:
|
||||
description: "Chrome devtools extension for debugging Vue applications."
|
||||
tags:
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: "vue-loader"
|
||||
url: https://github.com/vuejs/vue-loader
|
||||
author:
|
||||
author:
|
||||
description: "Vue component loader for Webpack."
|
||||
tags:
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: "vueify"
|
||||
url: https://github.com/vuejs/vueify
|
||||
author:
|
||||
author:
|
||||
description: "Vue component transform for Browserify."
|
||||
tags:
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
name: Basic Examples
|
||||
url: http://vuejs.org/guide/
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
name: HackerNews Clone
|
||||
url: https://github.com/vuejs/vue-hackernews
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
name: Todo MVC - CoffeeScript Version
|
||||
url: https://github.com/anfelor/TodoMVC-CoffeeScript-and-Vue.js
|
||||
tags:
|
||||
- official
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
name: Todo MVC
|
||||
url: https://github.com/vuejs/vue/tree/dev/examples/todomvc
|
||||
tags:
|
||||
- official
|
||||
|
|
Loading…
Reference in a new issue