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
- angular button
- 앵귤러 애니메이션
- mysql if
- Ionic modal
- 호버
- egov spring ajax 사용 예시
- 스크롤 이벤트
- 앵귤러 모달
- Router
- route
- TAILWIND
- formgroup
- scroll
- summary
- 검색
- 셀렉트박스 커스텀
- angular modal
- angular route
- ajax 사용 예시
- angular animation
- 아이오닉 스크롤 이벤트
- 옵저버블
- prisma
- flex-1
- Angular Router
- Oracle LISTAGG 사용 예시
- 스크롤 이벤트 감지
- 모달
- modal
- ApexChart
Archives
- Today
- Total
목록create angular nx app (1)
깜놀하는 해므찌로

1. NX 모노레포를 활용하기 위해 클라이언트 즉, 프론테엔드 단을 프로젝트 내에 위 이미지처럼 추가해 보겠습니다. npx nx generate @nx/angular:application client --directory=apps/client --routing --standalone --addTailwind --no-interactive --dry-run 2. 명령어 상세 설명 - `npx`: This is a command-line utility that allows you to run locally installed Node.js packages. - `nx`: It refers to the Nx CLI tool used for managing projects within a monorepo. Com..
IT
2023. 7. 28. 11:28