This repository has been archived on 2023-03-27 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
da2b3537a49997efca81fa33646e26b0cebfe649
Persona
Web Components with CSS
What I did
프로젝트 만들기
yarn init
yarn add webpack webpack-cli --dev
yarn webpack-cli init
Lit
yarn add lit
tsconfig.json
"compilerOptions": {
...
"target": "es6",
"moduleResolution": "node",
"experimentalDecorators": true
}
Storybook
yarn add sb --dev
yarn sb init
yarn storybook
developed by Elex
Languages
TypeScript
79%
JavaScript
9.7%
SCSS
6.7%
HTML
4.6%