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

https://github.com/cartesiancs-dev/devent-designsystem

⚙️ each service has one design, devent design system.
https://github.com/cartesiancs-dev/devent-designsystem

bootstrap webcomponents

Last synced: about 2 months ago
JSON representation

⚙️ each service has one design, devent design system.

Awesome Lists containing this project

README

          

![ds](./head.png)

# devent-designsystem-prototype
DeVent Design System, bootstrap based design system for a sense of unity.

## Quick start

```html











Hello, world!



```

## Execute

**Server**

```
npm run start
```

**Bundling(development)**

```
npm run bundle:development
```

**Bundling(production)**

```
npm run bundle:production
```

## CDN

**Style**

```html

```

**JS**

```html

```

## Technology

**FE**

Web Components
Bootstrap 5
Webpack
SASS

**BE**

Node v17.5
Express

## To-Do

**feat(js)**

* [x] navbar
* [x] header
* [x] modal
* [x] alert(popup)
* [x] footer
* [x] sidebar
* [x] tab

**feat(scss)**

* [x] button
* [x] color set (blue, red, green, yellow)

**module**

* [x] webpack
* [x] scss

**docs**

* [x] index page
* [ ] design guide

**other**

* [x] docker