Skip to content

Commit e918a2c

Browse files
committed
feat(projects): 1.0 beta
1 parent 1ea4817 commit e918a2c

File tree

499 files changed

+15968
-24758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

499 files changed

+15968
-24758
lines changed

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.env

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
VITE_BASE_URL=/
22

3-
VITE_APP_NAME=SoybeanAdmin
3+
VITE_APP_TITLE=SoybeanAdmin
44

5-
VITE_APP_TITLE=Soybean管理系统
5+
VITE_APP_DESC=SoybeanAdmin is a fresh and elegant admin template
66

7-
VITE_APP_DESC=SoybeanAdmin是一个中后台管理系统模版
7+
# the prefix of the icon name
8+
VITE_ICON_PREFIX=icon
89

9-
# 权限路由模式: static | dynamic
10-
VITE_AUTH_ROUTE_MODE=static
10+
# the prefix of the local svg icon component, must include VITE_ICON_PREFIX
11+
# format {VITE_ICON_PREFIX}-{local icon name}
12+
VITE_ICON_LOCAL_PREFIX=icon-local
1113

12-
# 路由首页(根路由重定向), 用于static模式的权限路由,dynamic模式取决于后端返回的路由首页
13-
VITE_ROUTE_HOME_PATH=/dashboard/analysis
14+
# auth route mode: static | dynamic
15+
VITE_AUTH_ROUTE_MODE=static
1416

15-
# iconify图标作为组件的前缀
16-
VITE_ICON_PREFIX=icon
17+
# static auth route home
18+
VITE_ROUTE_HOME=home
1719

18-
# 本地SVG图标作为组件的前缀, 请注意一定要包含 VITE_ICON_PREFIX
19-
# 格式 {VITE_ICON_PREFIX}-{本地图标集合名称}
20-
VITE_ICON_LOCAL_PREFIX=icon-local
20+
# default menu icon
21+
VITE_MENU_ICON=mdi:menu

.env-config.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_HTTP_PROXY=Y
2-
VITE_SOYBEAN_ROUTE_PLUGIN=Y
2+

.env.production

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
VITE_VISUALIZER=N
2-
3-
VITE_COMPRESS=N
4-
5-
# gzip | brotliCompress | deflate | deflateRaw
6-
VITE_COMPRESS_TYPE=gzip
7-
8-
VITE_PWA=N
9-
10-
VITE_PROD_MOCK=Y
1+
VITE_ROUTER_HISTORY_MODE=history
2+
VITE_SOURCE_MAP=N

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "sa/vue",
3+
"settings": {
4+
"import/core-modules": ["uno.css", "~icons/*", "virtual:svg-icons-register"]
5+
}
6+
}

.eslintrc.js

Lines changed: 0 additions & 133 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)