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
- Host: GitHub
- URL: https://github.com/vcl/vcl
- Owner: vcl
- License: mit
- Created: 2024-09-18T17:09:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-06T15:43:36.000Z (7 months ago)
- Last Synced: 2025-11-23T17:11:58.629Z (7 months ago)
- Language: CSS
- Size: 24.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```