8000 GitHub - wurde/custom-elements: A set of components for agile development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wurde/custom-elements

Repository files navigation

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

npx @teambit/bvm install

Getting Started

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

509C
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.

About

A set of components for agile development.

Resources

Stars

Watchers

Forks

0