mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
拉取vue版本代码
This commit is contained in:
11
frontend/vue-ts/.env.development
Normal file
11
frontend/vue-ts/.env.development
Normal file
@@ -0,0 +1,11 @@
|
||||
# port
|
||||
VITE_PORT = 3001
|
||||
|
||||
# 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" ] ]
|
||||
Reference in New Issue
Block a user