Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
28bd1a73
Commit
28bd1a73
authored
Oct 23, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
⚡
️Add comments and organize the code format
parent
d0efbbe1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
0 deletions
+12
-0
.browserslistrc
+1
-0
.editorconfig
+2
-0
.eslintignore
+2
-0
.eslintrc.js
+5
-0
.gitattributes
+1
-0
.gitignore
+1
-0
No files found.
.browserslistrc
View file @
28bd1a73
# 支持浏览器配置
> 1%
last 2 versions
not dead
...
...
.editorconfig
View file @
28bd1a73
# 编辑器配置
root = true
[*]
...
...
.eslintignore
View file @
28bd1a73
# .eslintignore
src/assets
src/icons
public
...
...
.eslintrc.js
View file @
28bd1a73
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description .eslintrc.js
*/
module
.
exports
=
{
root
:
true
,
env
:
{
...
...
.gitattributes
View file @
28bd1a73
# .gitattributes
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
...
...
.gitignore
View file @
28bd1a73
# .gitignore
.DS_Store
node_modules
dist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment