1. Enact CLI 설치
npm install -g @enact/cli
2. webOS template 설치
enact template install @enact/template-webostv
3. template 만들기
enact create [<directory>]
새로운 앱 생셩하는 명령어.
[<directory>] <-- 옵션이다. 기본값은 현재 디렉토리이다.
create 명령은 기본 디렉토리 구조와 앱 환경을 설정한다.
기타. enact 버전 확인
enact -v
참고자료
https://enactjs.com/
The goal of Enact is to provide the building blocks for creating robust and maintainable applications. To that end, we’ve pulled together the best solutions for internationalization (i18n), accessibility (a11y), focus management, linting, testing and bui
enactjs.com
Enact 개발환경 설정
Enact 개발환경 설정 Enact는 App 개발을 편리하게 도와주는 커맨드라인툴( Enact CLI )을 제공합니다. 이번 포스팅에서는 CLI를 이용하여 개발환경을 설정하는 방법을 소개합니다. 사전 준비 Enact 개발
devwaf.blogspot.com
- Enact 소스코드: https://github.com/enactjs/enact
- Enact Gitter: https://gitter.im/EnactJS/Lobby
반응형
SMALL