GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
electron nodejs javascript html webpack electron-vue Updated Mar 24, 2017 JavaScript deboyblog / frontend-tools Star 1 Code Issues Pull requests 使用Electrom-vue打造一个前端工具的集合 electron-vue px2rem frontend-tools web-destop-app Updated Apr 11, 2017 Vue hx4111 / generatir-act...
electron + vue 实践项目github 本地安装环境准备 安装node: *https://nodejs.org/en/download/ 配置webpack: npm install -g webpack(sudo权限) windows配置cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org 因为npm的默认仓库在国外,下载很慢,国内淘宝搞了个CNPM,每10分钟同步一次,...
vue electron admin template web:http://panjiachen.github.io/vue-admin-template electronadminvueelectron-applicationelectron-vue UpdatedJan 24, 2022 JavaScript SmallRuralDog/electron-vue-music Star2.1k 基于electron-vue 开发的音乐播放器,界面模仿QQ音乐,技术栈electron-vue+vue+vuex+vue-router+element- UI...
身为一名热爱开源的程序员,如果自己的项目在开源社区被star是非常开心的事情,那么如果我们每天工作或者学习的时候打开电脑,就能看到我们的github情况,又或者这个时候有人送给你了一个star,那心情,立马就好起来了,所以接下来我将给大家介绍基于vue + electron开发的监测github的star,fork,repository,follower信息的跨端桌面...
像官网说的那样,electron-vue就是基于 vue 来构造 electron 应用程序的样板代码。electron-vue开发起来就和vue一样,只是如果有特殊的需求需要修改应用的话就要用到electron相关的api,项目中的数据来自这里,感谢大佬的分享。项目地址git地址 electron Electron是由Github开发,用HTML,CSS和JavaScript来构建跨平台桌面应用程序...
.github docs template tests .gitignore LICENSE.md README.md book.json meta.js package.json View code README.md The boilerplate for making electron applications built with vue (pretty much what it sounds like). Overview The aim of this project is to remove the need of ...
首先安装electron-vue 然后安装此插件执行如下操作 npm i -S electron-vue-windows 在renderer/main.js里初始化加入以下代码(注意本插件依赖于vue和vue-router需要在vue和vue-router初始化完毕再加载) import Vue from 'vue' import router from './router' // 此处router文件为你的路由配置文件 import Win from...
git clone https://github.com/trueleaf/moyu //国内建议:git clone https://gitee.com/shuzhikai/apiflow cd moyu npm install //安装依赖,推荐使用yarn npm run electron:build //打包并且生成相应系统安装包(Mac、Linux、Windows) 默认情况下你不需要部署服务端就能体验客户端完整功能,我们默认将打包后程序...
首先安装electron-vue 然后安装此插件执行如下操作 npm i -S electron-vue-windows 在renderer/main.js里初始化加入以下代码(注意本插件依赖于vue和vue-router需要在vue和vue-router初始化完毕再加载) import Vue from 'vue' import router from './router' // 此处router文件为你的路由配置文件 import Win from...