# label **Repository Path**: lucoding00/label ## Basic Information - **Project Name**: label - **Description**: 一个使用vue-electron构建的一个标签打印系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-12 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # label_exe > An electron-vue project # 注意事项 ## 创建 参考 https://simulatedgreg.gitbooks.io/electron-vue/content/cn/ ## 整合 直接将自己写好的一个vue项目放到src/rendar下面就完成了 ## 打包 注意打包时候需要使用 https://blog.csdn.net/v774317632/article/details/120867076 ## element-ui的table ![输入图片说明](static/image.png) #### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build ``` --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8d4ed60](https://github.com/SimulatedGREG/electron-vue/tree/8d4ed607d65300381a8f47d97923eb07832b1a9a) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).