vue-pure-admin2/.env.development

15 lines
254 B
Plaintext
Raw Normal View History

2021-03-01 15:26:05 +08:00
# port
2021-08-31 11:50:39 +08:00
VITE_PORT = 8848
# title
VITE_TITLE = vue-pure-admin
# version
2021-11-10 09:10:32 +08:00
VITE_VERSION = 2.6.0
2021-03-01 15:26:05 +08:00
# open
VITE_OPEN = false
# public path
VITE_PUBLIC_PATH = /
# Cross-domain proxy, you can configure multiple
VITE_PROXY = [ ["/api", "http://127.0.0.1:3000" ] ]