# 前言
记录自己的技术成长,希望能坚持每周记录一篇博客。https://stanxing.github.io/blog/
# 开发
本博客基于 vuepress 和 github pages 构建,使用 travis-ci 做持续集成。
npm install
# https://www.vuepress.cn/api/cli.html#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95
# vuepress dev --no-cache
# 经测试,dev 模式下,如果 .vuepress/public 存在之前构建过的内容,就算使用了 --no-cache 还是会缓存
# 删掉该目录后,自动保存后前端会实时刷新
npm run dev
1
2
3
4
5
6
2
3
4
5
6
# 构建
npm run build
1
数据结构和算法 →