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.
2021-09-08 12:56:56 +09:00
2021-09-07 13:54:02 +09:00
2021-09-08 12:24:51 +09:00
2021-09-07 13:49:06 +09:00
2021-09-07 13:54:02 +09:00
2021-09-07 13:56:30 +09:00
2021-09-08 11:40:21 +09:00
2021-09-08 12:56:56 +09:00
2021-09-07 14:07:34 +09:00
2021-09-07 13:49:06 +09:00
2021-09-07 13:49:06 +09:00
2021-09-07 13:49:06 +09:00

Persona

Web Components with CSS

NPM

yarn add @elex-project/persona

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

https://www.elex-project.com/

Description
Web Components with CSS
css
Readme 383 KiB
Languages
TypeScript 79%
JavaScript 9.7%
SCSS 6.7%
HTML 4.6%