①官方地址:https://miku.tools
②开源版本截图
开源版本安装
Github地址:https://github.com/Ice-Hazymoon/MikuTools
编译环境 Centos 6.9
安装Nodejs
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install nodejs git -y
安装yarn
npminstall -g yarn
从github上拉去拉取项目并构建
#拉取项目
git clone https://github.com/Ice-Hazymoon/MikuTools
#进入文件夹
cd MikuTools
#安装依赖
yarn
#构建
yarn generate
#进入打包好的文件夹
cd dist
#运行端口4567,可自行修改
python -m SimpleHTTPServer 4567
本文转自https://www.moerats.com/archives/945/