1 Star 0 Fork 209

北港/沉浸式项目实战-CRM-前端代码

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.eslintignore 557 Bytes
Copy Edit Raw Blame History
sg authored 2022-02-17 11:07 . 初始化前端工程
# 忽略build目录下类型为js的文件的语法检查
build/*.js
# 忽略src/assets目录下文件的语法检查
src/assets
# 忽略src/assets目录下文件的语法检查
src/views/tool
src/views/monitor
src/views/system/user/profile/userInfo.vue
# 忽略public目录下文件的语法检查
public
# 忽略当前目录下为js的文件的语法检查
*.js
# 忽略当前目录下为vue的文件的语法检查
# *.vue
# 忽略目录
tests/
node_modules/
dist/
# 忽略文件
**/*-min.js
**/*.min.js
**/*.dll.js
**/*.eot
**/*.svg
**/*.ttf
**/*.woff
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wang_pink/huike-ui.git
git@gitee.com:wang_pink/huike-ui.git
wang_pink
huike-ui
沉浸式项目实战-CRM-前端代码
master

Search