monorepo todo 모음.
# yarn, lerna 설치
$ npm i -g yarn
$ npm i -g lerna
# 의존성 설치
$ yarn install
# 로컬 개발
# 서비스 구동 (root의 package.json 참고)
$ yarn start:vue
패키지 | 설명 |
---|---|
vue | vue 기반 todo application - demo |
react-js | react 기반 todo application - demo |
react-ts | react,typescript 기반 todo application - demo |
Chrome | Internet Explorer | Edge | Safari | Firefox |
---|---|---|---|---|
Yes | 11+ | Yes | Yes | Yes |
## root에 패키지 추가
$ yarn add --dev 패키지명 -W
## core 패키지에 추가
$ yarn workspace core add 패키지명