v1.0.0
This commit is contained in:
20
README.md
20
README.md
@@ -1,4 +1,10 @@
|
|||||||
## 프로젝트 만들기
|
# Persona
|
||||||
|
|
||||||
|
Web Components with CSS
|
||||||
|
|
||||||
|
## What I did
|
||||||
|
|
||||||
|
### 프로젝트 만들기
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn init
|
yarn init
|
||||||
@@ -6,13 +12,13 @@ yarn add webpack webpack-cli --dev
|
|||||||
yarn webpack-cli init
|
yarn webpack-cli init
|
||||||
```
|
```
|
||||||
|
|
||||||
## Lit
|
### Lit
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add lit
|
yarn add lit
|
||||||
```
|
```
|
||||||
|
|
||||||
## tsconfig.json
|
### tsconfig.json
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
@@ -23,10 +29,16 @@ yarn add lit
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Storybook
|
### Storybook
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add sb --dev
|
yarn add sb --dev
|
||||||
yarn sb init
|
yarn sb init
|
||||||
yarn storybook
|
yarn storybook
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
developed by Elex
|
||||||
|
|
||||||
|
https://www.elex-project.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user