The GeneralUpdate-Samples project provides code examples for Quick Start.
Find and double-click start.cmd to immediately experience the automatic upgrade.
//start.cmd to initiate standard update.
...\GeneralUpdate-Samples\src\start.cmd
//oss_start.cmd to initiate minimal update.
...\GeneralUpdate-Samples\src\oss_start.cmdIDE : 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