随笔分类 - 软件
摘要:windows git安装后,配置全局账户: git config --global user.name "name" git config --global user.email "email@example.com" 查看当前目录: pwd 创建仓库: git init 查看隐藏目录.git文件
阅读全文
摘要:预设vue: 1 { 2 // Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and 3 // description. The prefix
阅读全文
摘要:首选项设置settings.json settings.json中配置files.associations对象 1 "emmet.includeLanguages": { 2 "vue": "html", 3 "vue-html": "html", 4 "wxml": "html" 5 }, 转载:
阅读全文