The GeneralUpdate twin project provides code examples for Quick Start.
Directory | Note |
---|---|
client | Client-side sample code |
server | Server-side sample code, written using minimal API |
upgrade | Sample code on the upgrade assistant |
bowl | Process crash monitoring, exporting relevant crash information. |
diff | Differential patch generation debugging example. |
OSS | OSS upgrade demonstration with AOT support. |
push | Example of receiving an update push with AOT support. |
compress | Compression capability debugging. |
website | Generalupdate official website source code |
Find and double-click start.cmd to immediately experience the automatic upgrade.
...\GeneralUpdate-Samples\src\start.cmd
- 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