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.
- Host: GitHub
- URL: https://github.com/cartesiancs-dev/devent-designsystem
- Owner: cartesiancs-dev
- License: mit
- Created: 2022-02-23T13:52:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T11:36:04.000Z (about 3 years ago)
- Last Synced: 2025-03-21T06:17:02.872Z (over 1 year ago)
- Topics: bootstrap, webcomponents
- Language: Handlebars
- Homepage: https://dds.devent.kr/
- Size: 346 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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