基于 Web 的健康码模拟
 
 
 
 
Go to file
ilovexjp 801e161bf1 Update 17b87f59 2022-11-29 17:07:18 +08:00
docs Update e189124f 2022-11-21 21:59:21 +08:00
src Update 17b87f59 2022-11-29 17:07:18 +08:00
tools/local-https Update 17b87f59 2022-11-29 17:07:18 +08:00
.gitignore Update e189124f 2022-11-21 21:59:21 +08:00
README.md Update 17b87f59 2022-11-29 17:07:18 +08:00
build.mjs Update 17b87f59 2022-11-29 17:07:18 +08:00
buildrunner.mjs Update 17b87f59 2022-11-29 17:07:18 +08:00
package-lock.json Update 17b87f59 2022-11-29 17:07:18 +08:00
package.json Update 17b87f59 2022-11-29 17:07:18 +08:00

README.md

health-code-simulator

Installation

npm install

Development

npm run dev

# develop with https server
npm run dev:https

Build

Build for production

npm run build