init: Initialize the basic project.
This commit is contained in:
14
nl-vue/.env.development
Normal file
14
nl-vue/.env.development
Normal file
@@ -0,0 +1,14 @@
|
||||
# 接口地址
|
||||
VITE_API_BASEURL = http://127.0.0.1:82
|
||||
|
||||
# 本地端口
|
||||
VITE_PORT = 81
|
||||
|
||||
# 开启设置抽屉
|
||||
VITE_SET_DRAWER = true
|
||||
|
||||
# 本地环境
|
||||
NODE_ENV = development
|
||||
|
||||
# 检测更新(本地建议关闭)
|
||||
VITE_VERSION_UPDATE = false
|
||||
Reference in New Issue
Block a user