zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.

Home Page:http://doc.ssr-fc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3 使用vite构建时,能否支持 .dev.env|.stage.env|.prod.env 多环境配置

hyflzh1314 opened this issue · comments

commented

ssr build --vite --mode stage ,ssr build --vite --mode prod 通过不同命令读取不同环境的env文件配置信息

最新版本支持 ssr start/build --vite --viteMode xxx

commented

好的,感谢