An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# ✨GeneralUpdate-Samples

![](imgs\GeneralUpdate_h.png)

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
```