随笔分类 -  软件

摘要:windows git安装后,配置全局账户: git config --global user.name "name" git config --global user.email "email@example.com" 查看当前目录: pwd 创建仓库: git init 查看隐藏目录.git文件 阅读全文
posted @ 2020-11-15 17:34 tcanhe 阅读(96) 评论(0) 推荐(0)
摘要:预设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 阅读全文
posted @ 2020-11-02 17:14 tcanhe 阅读(548) 评论(0) 推荐(0)
摘要:首选项设置settings.json settings.json中配置files.associations对象 1 "emmet.includeLanguages": { 2 "vue": "html", 3 "vue-html": "html", 4 "wxml": "html" 5 }, 转载: 阅读全文
posted @ 2020-11-02 13:57 tcanhe 阅读(1756) 评论(0) 推荐(0)