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

https://github.com/kuipr/assembly

A modern front-end development framework for UI-friendly rapid prototyping.
https://github.com/kuipr/assembly

assembly design design-system framework front-end-framework npm-module

Last synced: 9 months ago
JSON representation

A modern front-end development framework for UI-friendly rapid prototyping.

Awesome Lists containing this project

README

          

Assembly Logo

A modern front-end development framework for UI-friendly rapid prototyping.

#### Status
[![Build Status](https://travis-ci.org/Kuipr/Assembly.svg?branch=master)](https://travis-ci.org/Kuipr/Assembly)
[![Coverage Status](https://coveralls.io/repos/github/Kuipr/assembly/badge.svg?branch=master)](https://coveralls.io/github/Kuipr/assembly?branch=master)

## Installation
The easiest way to install Assembly is with `npm` or `Unpkg`.
- Install with npm: `npm i assembly-framework`
- Unpkg CDN
- CSS: `https://unpkg.com/assembly-framework@latest/dist/css/assembly.min.css`
- JS: `https://unpkg.com/assembly-framework@latest/dist/js/assembly.min.js`
- Manually: [Download .zip](https://github.com/Kuipr/assembly/archive/master.zip)
- Github releases coming soon

## Documentation
Docs are available [in the repo](./docs/index.md) or at .

## Contributing
We are in the process of drafting a style guide and contribution guidelines. In the meantime, please open [issues](https://github.com/Kuipr/assembly/issues) with your code suggestions and we will help you draft a [pull request](https://github.com/Kuipr/assembly/pulls).

#### Versioning
We follow the Semantic Versioning Specification ([SemVer](https://semver.org/)). If you contribute and your pull request is accepted, changes will be reflected in the next release. Depending on status, severity, and roadmap, this could be a [Major], [Minor], or [Patch] release.

## Support
If you encounter any issues please open an [issue](https://github.com/Kuipr/assembly/issues). For questions, you can get in touch with us at [hello@kuipr.com](mailto:hello@kuipr.com).

### Creators
**Mark Adkins**
-
-

## Copyright and Licenses
Design, Code, and Documentation Copyright © 2018-2020

By [Kuipr](https://kuipr.com) and the [Authors of Assembly](https://github.com/kuipr/assembly/graphs/contributors).

Code released under [MIT License](https://github.com/Kuipr/assembly/blob/master/LICENSE)

[Documentation](./docs/index.md) released under [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://github.com/Kuipr/assembly/blob/master/docs/LICENSE).