文章 九月 11, 2021

前端学习

文章字数 4.1k 阅读约需 4 mins. 阅读次数 1000000

代码检查

npm run lint

javascript规范主要参考airbnb规范

git commit hook

git commit时会运行lint进行代码静态检查,代码检查通过才可以正常commit...

查看全文

文章 九月 11, 2021

申绍强

文章字数 248 阅读约需 1 mins. 阅读次数 1000000

@Browser Confusing String

test
申绍强

查看全文

文章 七月 14, 2019

Hello World 2

文章字数 1.8k 阅读约需 2 mins. 阅读次数 1000000

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"
... 查看全文
0%