拉取vue版本代码

This commit is contained in:
zhangyiming
2021-01-30 15:03:55 +08:00
parent 58b58e687f
commit 04271f3ea6
90 changed files with 5346 additions and 2 deletions

View 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" ] ]