Commit 28bd1a73 by chuzhixin

️Add comments and organize the code format

parent d0efbbe1
# 支持浏览器配置
> 1%
last 2 versions
not dead
......
# 编辑器配置
root = true
[*]
......
# .eslintignore
src/assets
src/icons
public
......
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description .eslintrc.js
*/
module.exports = {
root: true,
env: {
......
# .gitattributes
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
......
# .gitignore
.DS_Store
node_modules
dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment