# electron-vue-cli3-template **Repository Path**: xia_2/electron-vue-cli3-template ## Basic Information - **Project Name**: electron-vue-cli3-template - **Description**: 模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-03 - **Last Updated**: 2021-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-vue-cli3(electron和vue cli3的基础开发示例) > electron+cli3 ## 个人博客 - [Blog](https://blog.zjinh.cn/) ## 🖥 运行效果 ![主界面](screen/demo.png) ### 克隆代码 ```bash git clone https://github.com/zjinh/electron-vue-cli3.git ``` ### 安装依赖 ```bash cd electron-vue-cli3 npm i ``` ### 淘宝的npm源 ```bash npm config set registry 'https://registry.npm.taobao.org' npm config set ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/' ``` 或者使用[Yarn](https://yarnpkg.com/)安装依赖 ### 运行项目 ```bash npm run dev ``` ### 打包项目 ```bash npm run build ```