/blog

💡 个人博客,喜欢请点 star!

个人博客

Build Status CodeFactor Greenkeeper badge

记录工作中遇到的问题、看书总结、面试题,以及个人思考。

访问地址:mengsixing.github.io

精选文章

文中内容已同步到微信公众号【前端日志】,欢迎订阅。

使用

博客采用 vuepress 作为主框架,lint-md 作为语法检查工具。

# clone with Git Bash
git clone https://github.com/mengsixing/blog.git

# change directory
cd blog

# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run dev

# check grammatical errors and fix
npm run lint:fix

# build for production with minification
npm run build