https://github.com/ziyi2/javascript-test
javascript 测试
https://github.com/ziyi2/javascript-test
Last synced: over 1 year ago
JSON representation
javascript 测试
- Host: GitHub
- URL: https://github.com/ziyi2/javascript-test
- Owner: ziyi2
- Created: 2022-10-08T02:18:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T10:55:54.000Z (over 3 years ago)
- Last Synced: 2025-01-29T04:01:40.081Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 进行测试。