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.
Files
persona__/README.md
2021-09-07 13:49:06 +09:00

365 B

프로젝트 만들기

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