Skip to content
/ yys-tool Public

阴阳师,多角色碎片统计,套装速度分析,小数点查看

License

Notifications You must be signed in to change notification settings

wu67/yys-tool

Repository files navigation

yys-tool

Project setup

yarn
# or
npm i

Compiles and hot-reloads for development

yarn dev
# or
npm run dev

Compiles and minifies for production

yarn build
# or
npm run build

Customize configuration

See Configuration Reference.

use docker

在项目根目录运行命令即可启动

docker-compose up -d

停止

docker-compose stop

删除所有未使用的卷

docker volume prune