GithubHelp home page GithubHelp logo

vue-curated's Introduction

vue-curated

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 developpers 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 design to be still easily readable without parser.

Contributing

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!

How to add a category

Each category is represented by a level-1 title and contains the packages until the next title.

Example:

# Category label

How to add a package

A package is a bullet-point line followed by some fields formatted in a particualiar 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

Supported fields

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: developpement status. Values: dev or stable. Example: status:stable.
  • badge: special badge. Recommended values: official. Example: badge:official.

Example

# 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

vue-curated's People

Contributors

akryum avatar egoist avatar hekigan avatar marcosmoura avatar posva avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.