
script ํ์ผ์ด 20-30๊ฐ ์๋ค๊ณ ์๊ฐํด๋ด! ์ผ๋ง๋ ์ง์ ๋ถํด
๊ทธ๋์ main.js๋ง html์ ์ฐ๊ฒฐ์์ผ์ฃผ๊ณ ๋จ๊ฒจ๋๊ณ , main.js ์์ฒด์์ ๋ค๋ฅธ js๋ฅผ ํฌํจ์ํค๋ ๊ฒ
<script src="hello.js"></script>
<script src="main.js"></script>
<!-- <script src="hello.js"></script> -->
<script type="module" src="main.js"></script>
// import { hello1, hello2 } from './hello.js';
import * as hello from './hello.js';
hello.hello1();
hello.hello2();

default์ธ๋ฐ ์ค๊ดํธ ์ฐ๋ฉด ์คํ๋ ค ์๋ฌ๋จ

import hello1 from './hello.js';
hello1();

three.js ๋ชจ๋ ๊ฐ๋ฐ๋ฐฉ์์ ์ง์