Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/custom-elements
A set of components for agile development.
https://github.com/wurde/custom-elements
Last synced: 5 days ago
JSON representation
A set of components for agile development.
- Host: GitHub
- URL: https://github.com/wurde/custom-elements
- Owner: wurde
- Created: 2017-10-13T15:23:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T03:34:11.000Z (over 2 years ago)
- Last Synced: 2024-04-20T14:44:37.505Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 125
- Watchers: 6
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Elements
An example of the Bit framework. https://bit.dev
Bit stands at the intersection between product and
engineering. It helps you take complex product
requirements, and break them down into independent, and
reusable pieces called "components". It allows you to
create components and compose them with each other.
Components are described by names and APIs, and contain
source code implementation. They can be of different kinds
like apps, pages, UI components, backend services and even
content. You can think of almost anything in components.## Prerequisites
This project requires the `bit` CLI is installed.
https://bit.dev/docs/getting-started/installing-bit/installing-bit
```bash
npx @teambit/bvm install
```## Getting Started
```bash
git clone https://github.com/wurde/custom-elements
cd custom-elements# Start the development server (open localhost:3000)
bit start# Or run the app in production mode
bit run comic# Generate a dependencies graph
bit graph# Print a list of other commands
bit help
```## License
This project is __FREE__ to use, reuse, remix, and resell.
This is made possible by the [MIT license](/LICENSE).