Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 626 Bytes

node package를 설치한다.

$ yarn

실행

$ yarn serve $ yarn serve:dev

포트를 바꾸려면, -p 3001 식으로 추가해준다.

$ yarn serve $ yarn serve -p 3001

test in browser

http://localhost:3000

build

$ yarn build

type filename for tested
UMD things-scene-eos-client.js modern browser X
UMD things-scene-eos-client-ie.js ie 11 X
ESM things-scene-eos-client.mjs modern browser X

publish

$ yarn publish