# glory-electron-vue-generator **Repository Path**: gloryxu/glory-electron-vue-generator ## Basic Information - **Project Name**: glory-electron-vue-generator - **Description**: vue3+electron+sqllite实现代码生成器,支持pg,mysql,sqlserver库表读取,按开发语言配置模版后,自动生成任意语言(java,nodejs,py,c#...)的实体类,业务代码,html代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2022-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript, Electron ## README # glory-electron-vue ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run electron:serve ``` ### Compiles and minifies for production ``` npm run electron:build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).