1
0
mirror of https://codeberg.org/ilovexjp/health-code-simulator.git synced 2024-11-21 20:54:50 +08:00
基于 Web 的健康码模拟
Go to file
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
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 Update 17b87f59 2022-11-29 17:07:18 +08:00

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