💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
最基础的[electronic-webpack-quick-start](https://github.com/electron-userland/electron-webpack-quick-start)样板 ## **样板安装** ~~~ git clone https://github.com/electron-userland/electron-webpack-quick-start.git cd electron-webpack-quick-start //删除.git rm -rf .git //安装依赖 yarn ~~~ ## **使用** ~~~ // run application in development mode yarn dev // compile source code and create webpack output yarn compile //`yarn compile` & create build with electron-builder yarn dist // `yarn compile` & create unpacked build with electron-builder yarn dist:dir ~~~ ## **其他样板** * [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)样板适用于可扩展的跨平台桌面应用程序的样板。 * [electronic-react-redux-boilerplate](https://github.com/jschr/electron-react-redux-boilerplate)电子,反应和Redux入门的最小模板。 * [electron-boilerplate](https://github.com/szwacz/electron-boilerplate)一种简约而全面的样板应用。 * [Vue CLI 3 plugin for Electron](https://nklayman.github.io/vue-cli-plugin-electron-builder)Vue CLI 3插件,无需配置。