一个轻量的工具集合 – MikuTools

kamisamak 发布于 2019-12-06 2370 次阅读


 

官方地址:https://miku.tools

 

 

②开源版本截图

 

 

[dangerbox title="开源版本安装"]

Github地址:https://github.com/Ice-Hazymoon/MikuTools

编译环境 Centos 6.9

[infobox title="安装Nodejs"]

curl -sL https://rpm.nodesource.com/setup_10.x | bash - 
yum install nodejs git -y

[/infobox]

[infobox title="安装yarn"]

npm install -g yarn

[/infobox]

[infobox title="从github上拉去拉取项目并构建"]

#拉取项目 
git clone https://github.com/Ice-Hazymoon/MikuTools 
#进入文件夹 
cd MikuTools 
#安装依赖 
yarn
#构建 
yarn generate
#进入打包好的文件夹
cd dist
#运行端口4567,可自行修改
python -m SimpleHTTPServer 4567

[/infobox]

[/dangerbox]

 

 

[success]本文转自https://www.moerats.com/archives/945/[/success]