FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code-gen/front/.env.development at master · Coding-Coder/code-gen · GitHub
Coding-Coder
/
code-gen
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
code-gen
/
front
/
.env.development
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 554 Bytes
Breadcrumbs
code-gen
/
front
/
.env.development
Copy path
File metadata and controls
14 lines (11 loc) · 554 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
just a flag
ENV
=
'
development
'
#
base api
VUE_APP_BASE_API
=
'
http://localhost:6969
'
#
vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
#
to control whether the babel-plugin-dynamic-import-node plugin is enabled.
#
It only does one thing by converting all import() to require().
#
This configuration can significantly increase the speed of hot updates,
#
when you have a large number of pages.
#
Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
VUE_CLI_BABEL_TRANSPILE_MODULES
=
true
Back
|
FazBrowse Home
|
New Git URL