forked from UzTech/Vue3-typescript-demo
update
This commit is contained in:
5
.env
Normal file
5
.env
Normal file
@@ -0,0 +1,5 @@
|
||||
NODE_ENV=development
|
||||
BASE_URL=/
|
||||
VUE_APP_API_URL=http://api.dsp-test.shangkelian.cn/api
|
||||
VUE_APP_USERNAME=
|
||||
VUE_APP_PASSWORD=
|
||||
5
.env.development
Normal file
5
.env.development
Normal file
@@ -0,0 +1,5 @@
|
||||
NODE_ENV=development
|
||||
BASE_URL=/
|
||||
VUE_APP_API_URL=http://api.dsp-test.shangkelian.cn/api
|
||||
VUE_APP_USERNAME=15555555555
|
||||
VUE_APP_PASSWORD=123123
|
||||
@@ -5,4 +5,3 @@ module.exports = {
|
||||
plugins: [
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"serve": "vue-cli-service serve --open --mode=development",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user