https://github.com/generallibrary/generalupdate-samples
Example code for automatic upgrades to help you get started quickly.
https://github.com/generallibrary/generalupdate-samples
Last synced: about 2 months ago
JSON representation
Example code for automatic upgrades to help you get started quickly.
- Host: GitHub
- URL: https://github.com/generallibrary/generalupdate-samples
- Owner: GeneralLibrary
- License: apache-2.0
- Created: 2023-01-14T14:26:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T11:20:40.000Z (3 months ago)
- Last Synced: 2025-04-08T14:44:59.383Z (3 months ago)
- Language: C#
- Homepage: https://www.justerzhu.cn/
- Size: 14 MB
- Stars: 22
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨GeneralUpdate-Samples

The GeneralUpdate twin project provides code examples for Quick Start.
| Directory | Note |
| ------------ | ------------------------------------------------------------ |
| client | Client-side sample code |
| file service | File server emulation tool |
| server | Server-side sample code, written using minimal API |
| upgrade | Sample code on the upgrade assistant |
| oss | Sample code for OSS functions, including Windows and Android |
| packet | Update the package test directory |
| dlls | A list of DLLs for the generalupdate test version |
| website | Generalupdate official website source code |## ✨Open source address
- https://github.com/GeneralLibrary/GeneralUpdate-Samples
- https://gitee.com/GeneralTeam/GeneralUpdate-Samples## ✨The parent project
- https://github.com/GeneralLibrary/GeneralUpdate
- https://gitee.com/GeneralLibrary/GeneralUpdate
## ✨Website
IDE : Visual Sutdio Code
Software environment : Vue / Node.js
```shell
# build cmd# get node.js version
node -v# get npm version
npm -v# install npm
npm -i# build local docs
docs:dev# local run website
npm run start
```