Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
6146d534
Commit
6146d534
authored
Dec 21, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加生产环境打包配置 prod1 和对应.env文件
parent
983cc2d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.env.prod1
.env.prod1
+6
-0
package.json
package.json
+1
-0
No files found.
.env.prod1
0 → 100644
View file @
6146d534
NODE_ENV = "production"
VUE_APP_CURRENTMODE = "production"
VUE_APP_HOST_URL = "http://192.168.0.77:9091"
VUE_APP_API_URL = "http://192.168.0.77:9091"
VUE_APP_GDS_URL = "http://data-studio.gds.org.cn"
VUE_APP_LOG = false
package.json
View file @
6146d534
...
...
@@ -7,6 +7,7 @@
"dev"
:
"vue-cli-service serve --mode development"
,
"test"
:
"vue-cli-service serve --mode test"
,
"build"
:
"vue-cli-service build"
,
"build:prod1"
:
"vue-cli-service build --mode prod1"
,
"pub"
:
"./pub.sh"
,
"lint"
:
"vue-cli-service lint"
,
"fix-memory-limit"
:
"cross-env LIMIT=3072 increase-memory-limit"
...
...
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