Framework/enact

[Enact] Enact 개발환경 세팅하기

hhnn 2022. 8. 2. 14:14

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

5.0.0버전이 잘 깔렸음
설치가 잘 되었음

 

 


참고자료

https://enactjs.com/

 

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 개발환경 설정 Enact는 App 개발을 편리하게 도와주는 커맨드라인툴( Enact CLI )을 제공합니다. 이번 포스팅에서는 CLI를 이용하여 개발환경을 설정하는 방법을 소개합니다. 사전 준비 Enact 개발

devwaf.blogspot.com

 

반응형
SMALL