Skip to content

funnyzak/threejs-tutorial

Repository files navigation

ThreeJS Tutorial

action license GitHub last commit GitHub commit activity

基于 ThreeJS 做的 一些演示案例。

所有示例快速预览。

预览

使用

# 安装依赖
npm install

# 默认启动(所有)
npm run serve

# 全部构建(所有)
npm run build

# 仅启动**second**页
npm run serve:module second

# 仅构建**second**页
npm run build:module second

# Lint 格式化/检查
npm run eslint

# 运行 jest 测试
npm run test:unit

参考

License

MIT License © 2021 funnyzak