Akan.js
Docs
Docs
Conventions
References
Cheatsheet
English
English
한국어
Akan.js
Akan.js v2 docs are now available.
View the v1 docs
Docs
Conventions
References
Cheatsheet
MIT 라이선스 하에 배포되었습니다.
Akan.js 공식 컨설팅 서비스
Akansoft
Copyright © 2026 Akan.js 모든 권리 보유.
시스템 관리자
bassman
Search docs
⌘ K
워크스페이스
•
구조
•
포맷 & 린트
앱 & 라이브러리
•
애셋 (public/ private/)
•
컴포넌트 (ui/)
•
서버 유틸리티 (srvkit/)
•
웹 유틸리티 (webkit/)
•
공통 유틸리티 (common/)
•
akan.config.ts
도메인
•
개요
•
model.abstract.md
•
model.constant.ts
•
model.dictionary.ts
•
model.document.ts
•
model.service.ts
•
model.signal.ts
•
model.store.ts
•
Model.Template.tsx
•
Model.Unit.tsx
•
Model.Util.tsx
•
Model.View.tsx
•
Model.Zone.tsx
스칼라
•
개요
•
scalar.abstract.md
•
scalar.constant.ts
•
scalar.dictionary.ts
•
scalar.document.ts
•
Scalar.Template.tsx
•
Scalar.Unit.tsx
서비스
•
개요
•
service.abstract.md
•
service.dictionary.ts
•
service.service.ts
•
service.signal.ts
•
service.store.ts
•
Service.Util.tsx
•
Service.Zone.tsx
Search docs
⌘ K
워크스페이스
•
구조
•
포맷 & 린트
앱 & 라이브러리
•
애셋 (public/ private/)
•
컴포넌트 (ui/)
•
서버 유틸리티 (srvkit/)
•
웹 유틸리티 (webkit/)
•
공통 유틸리티 (common/)
•
akan.config.ts
도메인
•
개요
•
model.abstract.md
•
model.constant.ts
•
model.dictionary.ts
•
model.document.ts
•
model.service.ts
•
model.signal.ts
•
model.store.ts
•
Model.Template.tsx
•
Model.Unit.tsx
•
Model.Util.tsx
•
Model.View.tsx
•
Model.Zone.tsx
스칼라
•
개요
•
scalar.abstract.md
•
scalar.constant.ts
•
scalar.dictionary.ts
•
scalar.document.ts
•
Scalar.Template.tsx
•
Scalar.Unit.tsx
서비스
•
개요
•
service.abstract.md
•
service.dictionary.ts
•
service.service.ts
•
service.signal.ts
•
service.store.ts
•
Service.Util.tsx
•
Service.Zone.tsx
Next
구조
model.abstract.md
module abstract는 domain module의 business intent 파일입니다. 모듈이 왜 존재하는지, 어떤 규칙이 유지되어야 하는지, 어떤 workflow가 중요한지, 구현 파일을 수정하기 전에 agent가 무엇을 알아야 하는지 설명합니다.
constant나 dictionary 파일을 자연어로 반복하지 마세요. 코드만으로 명확하지 않은 정보를 이 파일에 둡니다.
lib/product/product.abstract.md
갱신 규칙
business invariant, workflow, public behavior, permission, state transition이 바뀌면 갱신합니다.
formatting, import, style만 바뀌는 변경에서는 갱신하지 않습니다.
같은 모듈의 constant, document, service, signal, store, UI 파일을 수정하기 전에 먼저 읽습니다.
model.abstract.md
갱신 규칙