Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
FrontEnd-Intern-Camp
starter
Commits
cd42dddb
Commit
cd42dddb
authored
3 years ago
by
Hao Chen
Browse files
Options
Download
Patches
Plain Diff
feat(init): init project
parents
master
No related merge requests found
Pipeline
#10197
failed with stages
in 4 minutes and 26 seconds
Changes
137
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+16
-0
.editorconfig
.eslintignore
+9
-0
.eslintignore
.eslintrc.js
+8
-0
.eslintrc.js
.gitignore
+40
-0
.gitignore
.prettierignore
+24
-0
.prettierignore
.prettierrc.js
+5
-0
.prettierrc.js
.stylelintrc.js
+5
-0
.stylelintrc.js
.vscode/extensions.json
+8
-0
.vscode/extensions.json
.vscode/settings.json
+5
-0
.vscode/settings.json
README.md
+57
-0
README.md
config/config.dev.ts
+15
-0
config/config.dev.ts
config/config.ts
+72
-0
config/config.ts
config/defaultSettings.ts
+21
-0
config/defaultSettings.ts
config/oneapi.json
+593
-0
config/oneapi.json
config/proxy.ts
+34
-0
config/proxy.ts
config/routes.ts
+58
-0
config/routes.ts
jest.config.js
+9
-0
jest.config.js
jsconfig.json
+11
-0
jsconfig.json
mock/listTableList.ts
+174
-0
mock/listTableList.ts
mock/notices.ts
+107
-0
mock/notices.ts
with
1271 additions
and
0 deletions
+1271
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets