Parcel includes a development server out of the box. Just run parcel index.html ... index.js. import {add} from './math'; console.log(add(2, 3));. math.js.
確定! 回上一頁