1
0
Go to file
2024-08-05 15:10:56 +09:00
.github/workflows add file 2024-08-04 17:59:08 +09:00
dist add file 2024-08-04 17:59:08 +09:00
docs add file 2024-08-04 17:59:08 +09:00
min-react update three-vrm-3 2024-08-05 15:10:56 +09:00
min-ts update three-vrm-3 2024-08-05 15:10:56 +09:00
planet update three-vrm-3 2024-08-05 15:10:56 +09:00
src add file 2024-08-04 17:59:08 +09:00
.gitignore update three-vrm-3 2024-08-05 15:10:56 +09:00
.gitmodules add file 2024-08-04 17:59:08 +09:00
package.json update three-vrm-3 2024-08-05 15:10:56 +09:00
README.md update three-vrm-3 2024-08-05 15:10:56 +09:00
tsconfig.json add file 2024-08-04 17:59:08 +09:00
webpack.config.js add file 2024-08-04 17:59:08 +09:00

vrm

three-vrm + vrma

vrm & vrma

$ git submodule update --init --recursive

build

$ yarn install
$ yarn dev
$ yarn build

min-react

$ cd min-react
$ npm i
$ npm run start

min-ts

minimum configuration

$ cd min-ts
$ yarn install
$ yarn dev