Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 앵귤러 애니메이션
- modal
- angular button
- 옵저버블
- 호버
- 앵귤러 모달
- angular animation
- angular modal
- 스크롤 이벤트 감지
- ajax 사용 예시
- route
- egov spring ajax 사용 예시
- prisma
- 스크롤 이벤트
- mysql if
- scroll
- Router
- Angular Router
- flex-1
- TAILWIND
- ApexChart
- 아이오닉 스크롤 이벤트
- formgroup
- 셀렉트박스 커스텀
- 검색
- summary
- Ionic modal
- Oracle LISTAGG 사용 예시
- 모달
- angular route
Archives
- Today
- Total
깜놀하는 해므찌로
NX CLI 자주 사용하는 명령어 / nx 명령어 본문
반응형
SMALL
"scripts": {
// 컴포넌트 생성 --type 을 지정하여 page, modal 등 사용 가능
"create:component": "npx nx g c --standalone --project client --standalone --style scss",
// 서버 실행
"dev:client": "npx nx serve --project client"
},
1. 자주 사용 할 cli 는 따로 명령어로 지정하도록 합니다.
npm run create:component
2. 사용 예시
npx nx run client:serve
3. 서버 실행
반응형
LIST
'IT' 카테고리의 다른 글
typescript interface, extends, object 활용 예시 (0) | 2023.05.17 |
---|---|
typeScript 기본 타입 / 기본 함수 (1) | 2023.05.17 |
Angular Ionic NX 프로젝트 설치 (0) | 2023.05.16 |
Angular NX 프로젝트 설정 파일 project.json (0) | 2023.05.16 |
슬라이드 살짝만 움직이면 이미지 중앙으로 고정되게 하는 법 tailwind (0) | 2023.05.16 |