https://github.com/yakami129/live2d-model-demo
live2d 对接demo
https://github.com/yakami129/live2d-model-demo
Last synced: 7 months ago
JSON representation
live2d 对接demo
- Host: GitHub
- URL: https://github.com/yakami129/live2d-model-demo
- Owner: yakami129
- License: mit
- Created: 2023-06-29T12:43:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T16:41:56.000Z (over 2 years ago)
- Last Synced: 2025-01-18T02:13:43.269Z (9 months ago)
- Language: Vue
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# live2d-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).