auto deploy docs website

auto deploy docs website

{
  "name": "docs",
  "version": "0.0.1",
  "title": "编程学习资源",
  "description": "大学生免费编程学习资源汇总",
  "main": "index.js",
  "authors": {
    "name": "eric",
    "email": "eric@xgqfrms.xyz"
  },
  "repository": "/docs",
  "scripts": {
    "dev": "vuepress dev docs",
    "deploy": "cd ./docs/.vuepress/ && surge ./dist https://free-programming-learning-resources-all-in-one.surge.sh/",
    "app": "yarn rmrf && yarn build",
    "rmrf": "rimraf ./docs/.vuepress/dist",
    "build": "vuepress build docs"
  },
  "license": "MIT",
  "devDependencies": {
    "rimraf": "^3.0.2",
    "vuepress": "^1.5.3"
  }
}


refs

大学生编程学习资源汇总

https://free-programming-learning-resources-all-in-one.surge.sh/

https://programming-learning-resources.surge.sh

https://programming-learning-resourcesi.surge.sh



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


xgqfrms
原文地址:https://www.cnblogs.com/xgqfrms/p/14300040.html