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 |
- https://github.com/GeneralLibrary/GeneralUpdate-Samples
- https://gitee.com/GeneralTeam/GeneralUpdate-Samples
IDE : Visual Sutdio Code
Software environment : Vue / Node.js
# 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