mirror of https://github.com/halo-dev/halo-admin
chore: add jsdelivr env. (#64)
parent
c7d11454d1
commit
643cf5524c
2
.env
2
.env
|
@ -1,2 +1,2 @@
|
|||
NODE_ENV=production
|
||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.2.0/dist/
|
||||
PUBLIC_PATH=/
|
|
@ -0,0 +1,2 @@
|
|||
NODE_ENV=production
|
||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.2.0/dist/
|
|
@ -4,6 +4,7 @@
|
|||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"build-jsdelivr": "vue-cli-service build --mode jsdelivr",
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:unit": "vue-cli-service test:unit"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue