Go to file
2025-03-10 15:44:49 +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 init 2025-03-10 15:44:49 +08:00
.env init 2025-03-10 15:44:49 +08:00
.env.development init 2025-03-10 15:44:49 +08:00
.env.production init 2025-03-10 15:44:49 +08:00
.gitignore init 2025-03-10 15:44:49 +08:00
index.html init 2025-03-10 15:44:49 +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 init 2025-03-10 15:44:49 +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 init 2025-03-10 15:44:49 +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