Sample code illustrating the OpenSumi modules.
npm i
npm run start
open http://localhost:8080/.
Need to modify example/configs/webpack.browser.config.js
{
host: '0.0.0.0',
allowedHosts: 'all',
}
Sample code illustrating the OpenSumi modules.
npm i
npm run start
open http://localhost:8080/.
Need to modify example/configs/webpack.browser.config.js
{
host: '0.0.0.0',
allowedHosts: 'all',
}