Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bit | 17,008 | 24 | an hour ago | 158 | July 31, 2023 | 99 | other | TypeScript | ||
A tool for composable software development. | ||||||||||
Amplify Js | 9,272 | 728 | 482 | an hour ago | 1,779 | August 05, 2023 | 647 | apache-2.0 | TypeScript | |
A declarative JavaScript library for application development using cloud services. | ||||||||||
Midway | 6,880 | 234 | 6 hours ago | 263 | July 30, 2023 | 148 | mit | TypeScript | ||
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈 | ||||||||||
Vuefire | 3,707 | 149 | 7 | 4 days ago | 47 | December 07, 2020 | 16 | mit | TypeScript | |
🔥 Firebase bindings for Vue.js | ||||||||||
Electron Vue Cloud Music | 2,189 | 9 months ago | 29 | mit | Vue | |||||
🚀Electron + Vue 仿网易云音乐windows客户端 | ||||||||||
Matecloud | 1,347 | 2 months ago | 24 | November 25, 2022 | 11 | apache-2.0 | Java | |||
🔥MateCloud是一款基于Spring Cloud Alibaba的微服务架构。目前已经整合Spring Boot 2.7.0、 Spring Cloud 2021、Spring Cloud Alibaba 2021、Spring Security Oauth2、Feign、Dubbo、JetCache、RocketMQ等,支持多租户的低代码平台,Saas平台开发套件 | ||||||||||
Awesome Spring Cloud | 1,233 | 3 years ago | 3 | |||||||
Spring Cloud 资源大全 | ||||||||||
Riskscanner | 1,123 | 5 months ago | 6 | gpl-2.0 | Java | |||||
RiskScanner 是开源的多云安全合规扫描平台,基于 Cloud Custodian 和 Nuclei 引擎,实现对主流公(私)有云资源的安全合规扫描和漏洞扫描。 | ||||||||||
Ruoyi Cloud | 946 | 8 days ago | 14 | mit | Java | |||||
:tada: (RuoYi)官方仓库 基于Spring Boot、Spring Cloud & Alibaba的分布式微服务架构权限管理系统 | ||||||||||
His | 817 | 5 months ago | 29 | apache-2.0 | Java | |||||
HIS英文全称 hospital information system(医疗信息就诊系统),系统主要功能按照数据流量、流向及处理过程分为临床诊疗、药品管理、财务管理、患者管理。诊疗活动由各工作站配合完成,并将临床信息进行整理、处理、汇总、统计、分析等。本系统包括以下工作站:门诊医生工作站、药房医生工作站、医技医生工作站、收费员工作站、对帐员工作站、管理员工作站。需求为东软提供的云医院。 |
UNOFFICIAL client for music.163.com . Powered by Electron, Vue, and Muse-UI.
其他鸽了计划中的功能请移步 TODOs
Binary releases provided by archlinuxcn. Add the repo, and install by:
sudo pacman -S electron-netease-cloud-music
You can also build electron-netease-cloud-musicAUR yourself.
DebianOpt Repository provided by @coslyk, see coslyk/debianopt-repo for detailed usage. Once added, install by:
sudo apt install electron-netease-cloud-music
Download prebuilt binary packages (include bundled electron) here -> https://dl.encm.cf
Install electron with npm
or your distro's package manager first.
Jump to release page and download asar
package, then run with
electron /path/to/electron-netease-cloud-music_*.asar
# install dependencies
yarn
# serve with hot reload at http://localhost:24353
yarn dev
# bundle JavaScript and CSS
yarn dist
# package the app
yarn build linux
yarn build darwin