# electron-vue **Repository Path**: zhi_yong_fu/electron-vue ## Basic Information - **Project Name**: electron-vue - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-vue-demo ## 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/). ``` common/ - 项目公用库 common/fonts/ - 字体文件 common/images/ - 公用图片 common/js/ - 公用js目录 common/js/api/ - 把api按类别封装成函数,并export出去,减少业务逻辑中的重复代码 common/js/lib/ - 存放一些公用函数库、定义的常量库等 common/stylus/ - Stylus样式文件 components/ - vue组件目录 component/base/ - vue基础组件,例如自定义的CheckBox、日期选择器、Dialog、Toaster、分页组件等 component/modules/ - vue模块 views/ - vue页面 ```