Go to file
2025-03-19 20:59:39 +08:00
.hbuilderx init 2025-03-10 15:44:49 +08:00
deploy init 2025-03-10 15:44:49 +08:00
nativeplugins/Tidu-GaidUtil init 2025-03-10 15:44:49 +08:00
src fixed 2025-03-19 20:59:39 +08:00
.env fixed 2025-03-19 20:59:39 +08:00
.env.development fixed 2025-03-12 18:59:06 +08:00
.env.production fixed 2025-03-12 18:59:06 +08:00
.gitignore init 2025-03-10 15:44:49 +08:00
index.html fixed 2025-03-19 20:59:39 +08:00
jsconfig.json init 2025-03-10 15:44:49 +08:00
LICENSE init 2025-03-10 15:44:49 +08:00
package.json fixed 2025-03-12 18:59:06 +08:00
README.md init 2025-03-10 15:44:49 +08:00
shims-uni.d.ts init 2025-03-10 15:44:49 +08:00
vite.config.js fixed 2025-03-12 18:59:06 +08:00

Unilucky 777

This project is initialized with Mario. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn install

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm run dev:h5

Build project

npm run build:h5:all

More