An open API service indexing awesome lists of open source software.

https://github.com/vcl/vcl

Simple slick CSS Framework
https://github.com/vcl/vcl

Last synced: 4 months ago
JSON representation

Simple slick CSS Framework

Awesome Lists containing this project

README

          

# Visual Component Library Monorepo

## Demo

[Demo browser showing all VCL modules](https://vcl.github.io/vcl/).

## Docs

See [README.md](doc/README.md) for an overview of VCL.

## Development

See [README.md](doc/README.md) for a guide how to run a module's demo.
See [DEVELOPMENT.md](doc/DEVELOPMENT.md) for the mechanics and philosophy behind VCL modules.

## Creating Releases

After your changes have been merged into master, run

```sh
npm run tag
npm run publish
```