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

"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. 서버 실행
IT
2023. 5. 16. 13:12