该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

适配移动端 1

  • 默认整个屏幕为 750px
  • vscode 配置
{
	"workbench.startupEditor": "newUntitledFile",
	"explorer.confirmDelete": false,
	"[jsonc]": {
		"editor.defaultFormatter": "vscode.json-language-features"
	},
	"vetur.format.defaultFormatter.html": "js-beautify-html",
	"vetur.format.defaultFormatterOptions": {
		"js-beautify-html": {
			"wrap_line_length": 120,
			"wrap_attributes": "auto",
			"end_with_newline": false
		}
	},
	"[json]": {
		"editor.defaultFormatter": "vscode.json-language-features"
	},
	"[*.vue]": {
		"editor.defaultFormatter": "octref.vetur"
	},
	"vetur.format.options.tabSize": 2,
	"vetur.format.options.useTabs": true,
	"vetur.format.enable": false,
	"editor.formatOnSave": true,
	"prettier.jsxBracketSameLine": true,
	"prettier.insertPragma": true,
	"prettier.jsxSingleQuote": true,
	"prettier.useTabs": true,
	"files.associations": {

		"*.vue": "html"
	},
	"[html]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[javascript]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"files.autoSave": "off",
	"stylusSupremacy.insertColons": true, // 是否插入冒号
	"stylusSupremacy.insertSemicolons": true, // 是否插入分好
	"stylusSupremacy.insertBraces": true, // 是否插入大括号
	"stylusSupremacy.insertNewLineAroundImports": false, // import之后是否换行
	"stylusSupremacy.insertNewLineAroundBlocks": true // 两个选择器中是否换行
}

空文件

简介

tsyjh5tsyjh5 展开 收起
JavaScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化