2 Star 1 Fork 0

mrwiredancer / vuejs.org

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
尤雨溪 提交于 2016-10-02 19:35 . clean public dir on deploy
all: update deploy
deploy:
rm -rf public db.json
hexo generate
hexo deploy
update:
cd ../vue && \
git checkout -- dist && \
git checkout dev && \
npm run build
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
node update.js
JavaScript
1
https://gitee.com/mrwiredancer/vuejs.org.git
git@gitee.com:mrwiredancer/vuejs.org.git
mrwiredancer
vuejs.org
vuejs.org
lang-zh-2.0

搜索帮助