umbrella22 / electron-vite-template

This project is a vue3 + Vite + electron project template composed of Vite and rollup. It has the same functions as my previous electron+Vue+template project
Other
398 stars 108 forks source link

feat: prod.env #94

Closed congwei614 closed 1 year ago

congwei614 commented 1 year ago

Add to prod.env file,Add production environment configuration

congwei614 commented 1 year ago

首先我发现有一个sit.env的文件,但是我看没有用到,所以我从新创建了一个prod.env作为生产环境的配置,并在build时采用它。