vue eslint 代码自动格式化
摘要:vue-cli 代码风格为 JavaScript Standard Style 代码检查规范严格,一不小心就无法运行,使用eslint的autoFixOnSave可以在保存代码的时候自动格式化代码 VSCode拓展插件推荐(HTML、Node、Vue、React开发均适用) 建议阅读: vscode
阅读全文
posted @
2018-02-28 00:18
FreeSpider
阅读(9853)
推荐(0) 编辑
上下两个div, 一个固定高度, 另一个铺满屏幕
摘要:.box {width:200px;height:500px;background:red;display:flex;flex-direction:column;} .el1 {height:100px;background:green;} .el2 {background:blue;flex:1}
阅读全文
posted @
2018-02-06 14:43
FreeSpider
阅读(583)
推荐(0) 编辑