Skip to content

Commit

Permalink
补充代码
Browse files Browse the repository at this point in the history
  • Loading branch information
YDKD committed Jan 15, 2022
1 parent db76c0b commit 1c19ce5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NODE_ENV = "development"
BASE_URL = "./"
VUE_APP_PUBLIC_PATH = "./"
VUE_APP_API = "https://test.confly.com/api"
7 changes: 7 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"

IS_ANALYZE = true;

4 changes: 4 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"
8 changes: 8 additions & 0 deletions .env.release
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"

IS_ANALYZE = true;

ABC = "Eric-long"
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build-dev": "vue-cli-service build --mode dev",
"build-release": "vue-cli-service build --mode release",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit 1c19ce5

Please sign in to comment.