llhl001 / iibooks

git 练习

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 全局安装 VuePress
npm install -g vuepress 或者 yarn global add vuepress

安装运行

cd iibooks
npm install
npm run dev

编译部署

npm run build
cd dist  // 把生成的目标文件`dist/*`放在你的web服务器上

About

git 练习

License:MIT License


Languages

Language:JavaScript 100.0%