first commit
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
## 프로젝트 만들기
|
||||
|
||||
```bash
|
||||
yarn init
|
||||
yarn add webpack webpack-cli --dev
|
||||
yarn webpack-cli init
|
||||
```
|
||||
|
||||
## Lit
|
||||
|
||||
```bash
|
||||
yarn add lit
|
||||
```
|
||||
|
||||
## tsconfig.json
|
||||
|
||||
```json
|
||||
"compilerOptions": {
|
||||
...
|
||||
"target": "es6",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
```
|
||||
|
||||
## Storybook
|
||||
|
||||
```bash
|
||||
yarn add sb --dev
|
||||
yarn sb init
|
||||
yarn storybook
|
||||
```
|
||||
Reference in New Issue
Block a user