This repository is the primary data source for the curated app. It has a client and a server. It is live at curated.vuejs.org.
The goal is to have few high-quality choices so that developers can quickly find the best package for their need. Only a handful of packages will be accepted for each category.
The list of curated packages are written in the PACKAGES.md markdown file. This file contains the data in a special format designed to be easily readable without a parser.
This package list is open to contribution! 👍
To contribute, open a PR by editing the PACKAGES.md file and read the following guide.
You can also contribute to the client app and the graphql server!
Each category is represented by a level-1 title and contains the packages until the next title.
Example:
# Category label
A package is a bullet-point line followed by some fields formatted in a particular way. It will be parsed by the vue-curated app.
The row just starts with a link to the package repository, whose label is used as the package name in the app.
Each field is separated by a comma ,
and the value is put after colons :
.
Example:
- [name](link), field1:value, field2:value, field3:value
Some fields can contain a list of values which are separated by a pipe |
(without spaces).
Example:
array_field:value1|value2|value3
The package fields currently supported are: Source
vue
(array): list of supported Vue major versions. Recommended values:1.0
,2.0
. Example:vue:1.0|2.0
links
(array): list of useful links. Example:links:[doc](https://doc.com/)|[demo](https://demo.com/)
.status
: development status. Values:dev
orstable
. Example:status:stable
.badge
: special badge. Recommended values:official
. Example:badge:official
.
# Core
- [vue](https://github.com/vuejs/vue), vue:1.0|2.0, links:[website](https://vuejs.org/)|[guide](https://vuejs.org/v2/guide/)|[api](https://vuejs.org/v2/api/)|[examples](https://vuejs.org/v2/examples/), badge:official, status:stable