Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chialab/quantum
Custom elements composition made easy.
https://github.com/chialab/quantum
Last synced: about 2 months ago
JSON representation
Custom elements composition made easy.
- Host: GitHub
- URL: https://github.com/chialab/quantum
- Owner: chialab
- License: mit
- Created: 2023-04-11T06:29:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T09:52:13.000Z (9 months ago)
- Last Synced: 2024-04-29T21:15:22.280Z (8 months ago)
- Language: JavaScript
- Homepage: https://chialab.github.io/quantum/
- Size: 348 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum
Custom elements composition made easy.
---
## Development
[![Build status](https://github.com/chialab/quantum/workflows/Main/badge.svg)](https://github.com/chialab/quantum/actions?query=workflow%3AMain)
[![codecov](https://codecov.io/gh/chialab/quantum/branch/main/graph/badge.svg)](https://codecov.io/gh/chialab/quantum)### Setup the project
Install the dependencies
```
yarn install
```### Dev mode
Run the `dev` script to run the vite dev server:
```
yarn dev
```### Test the project
Run the `test` script to run vitest:
```
yarn test
```---
### License
**Quantum** is released under the [MIT](https://github.com/chialab/quantum/blob/main/LICENSE) license.