# my-markdown **Repository Path**: wkpkko/my-markdown ## Basic Information - **Project Name**: my-markdown - **Description**: 基于Electron+vue开发的markdown桌面应用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-26 - **Last Updated**: 2022-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Vue ## README # vue-electron ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 相关插件 electron-is-dev 判断当前环境是否是开发环境 concurrently 将两条命令连接起来执行 wait-on 等待一个结果出现后 再执行后面指令 cross-env 操作配置环境变量