취업/LG webOS

[webOS] Enact 프로젝트 생성하기.

카슈밀 2022. 11. 30. 19:02
반응형
1. npm install -g @enact/cli
2. enact template install @enact/template-webostv
3. enact create -t webostv [directory]

https://enactjs.com/docs/tutorials/setup/

 

https://enactjs.com/docs/tutorials/setup/

Enact provides a handy command-line tool (the Enact CLI) that makes it easy to get started. Before the Enact framework can function on your computer, it is necessary to install some software. The most important piece is the Node JavaScript runtime version

enactjs.com

 

순수 React에서 build해서 Enact 프레임을 써봤는데, 해당 방식은 구현이 불가능했다.

React의 동일한 구조를 Enact로 옮겨서 하는 건 가능해서 해당 부분으로 구현 성공.

728x90