Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
1730532197@qq.com
2021-12-03 13:26:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce3b4705a26642e0d6c0a6768efbde794bab9e0b
ce3b4705
1 parent
8df140a2
lwj
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
.env.development
.env.production
.env.staging
README.md
package - 副本.json
package.json
src/assets/images/profile.jpg
src/settings.js
vue.config.js
.env.development
View file @
ce3b470
# 开发环境配置
ENV = 'development'
#
FedEx
管理系统/开发环境
#
IMAC
管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
...
...
.env.production
View file @
ce3b470
# 生产环境配置
ENV = 'production'
#
FedEx
管理系统/生产环境
#
IMAC
管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
...
...
.env.staging
View file @
ce3b470
...
...
@@ -3,5 +3,5 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
#
FedEx
管理系统/测试环境
#
IMAC
管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
...
...
README.md
View file @
ce3b470
...
...
@@ -5,7 +5,7 @@
git clone https://gitee.com/y_project/RuoYi-Vue
# 进入项目目录
cd
FedEx
-ui
cd
IMAC
-ui
# 安装依赖
npm install
...
...
package - 副本.json
View file @
ce3b470
{
"name"
:
"
FedEx
"
,
"name"
:
"
IMAC
"
,
"version"
:
"3.5.0"
,
"description"
:
"
FedEx
管理系统"
,
"author"
:
"
FedEx
"
,
"description"
:
"
IMAC
管理系统"
,
"author"
:
"
IMAC
"
,
"license"
:
"MIT"
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
...
...
package.json
View file @
ce3b470
{
"name"
:
"
FedEx
"
,
"name"
:
"
IMAC
"
,
"version"
:
"3.5.0"
,
"description"
:
"
FedEx
管理系统"
,
"author"
:
"
FedEx
"
,
"description"
:
"
IMAC后台
管理系统"
,
"author"
:
"
IMAC
"
,
"license"
:
"MIT"
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
...
...
src/assets/images/profile.jpg
View file @
ce3b470
79.2 KB
|
W:
|
H:
3.46 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/settings.js
View file @
ce3b470
module
.
exports
=
{
title
:
'
FedEx
管理系统'
,
title
:
'
IMAC后台
管理系统'
,
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
...
...
vue.config.js
View file @
ce3b470
...
...
@@ -6,7 +6,7 @@ function resolve(dir) {
return
path
.
join
(
__dirname
,
dir
)
}
const
name
=
defaultSettings
.
title
||
'
FedEx
管理系统'
// 标题
const
name
=
defaultSettings
.
title
||
'
IMAC后台
管理系统'
// 标题
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
80
// 端口
...
...
Please
register
or
login
to post a comment