An open API service indexing awesome lists of open source software.

https://github.com/ziyi2/javascript-test

javascript 测试
https://github.com/ziyi2/javascript-test

Last synced: over 1 year ago
JSON representation

javascript 测试

Awesome Lists containing this project

README

          

# Browser ES Module Test

启动命令:

``` bash
# 安装浏览器需要使用的 node_modules 模块
cd public
npm i
# 安装 express 服务需要使用的 node_modules 模块并启动服务
cd ..
npm i
npm run server
```

在浏览器中打开 http://localhost:3000/index.html 进行测试。