Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mould-vuecli3
Project
Project
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
lhfe
mould-vuecli3
Commits
c250d79c
Commit
c250d79c
authored
Oct 16, 2020
by
lipengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 本地打包
parent
85091922
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
.env.localbuild
.env.localbuild
+4
-0
.env.localpassports
.env.localpassports
+4
-0
package.json
package.json
+2
-0
No files found.
.env.localbuild
0 → 100644
View file @
c250d79c
NODE_ENV = 'localbuild'
VUE_APP_ENV = 'localbuild'
VUE_APP_BASEURL = 'https://webapi4.laihua.com/'
.env.localpassports
0 → 100644
View file @
c250d79c
NODE_ENV = 'lcoalpassports'
VUE_APP_ENV = 'lcoalpassports'
VUE_APP_BASEURL = 'https://test2.laihua.com/'
package.json
View file @
c250d79c
...
...
@@ -6,6 +6,8 @@
"serve"
:
"vue-cli-service serve"
,
"passports"
:
"vue-cli-service build --mode passports"
,
"build"
:
"vue-cli-service build"
,
"local:passports"
:
"vue-cli-service build --mode localpassports"
,
"local:build"
:
"vue-cli-service build --mode localbuild"
,
"start"
:
"serve -l 3020 dist"
,
"lint"
:
"vue-cli-service lint"
,
"inspect"
:
"vue-cli-service inspect > webpack.js"
,
...
...
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