记录工作中遇到的问题,平时看书的总结,面试题,以及一些个人思考。
博客采用 vuepress 作为主框架
# clone with Git Bash
git clone https://github.com/wendaoshuai66/blogs.git
# change directory
cd blog
# install dependencies
npm i
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build