抖音小游戏SDK

ith5 663ed51ca9 README.md hace 3 semanas
.vscode 6978bff89a first commit hace 1 mes
api 6978bff89a first commit hace 1 mes
core fec1aea775 修改配置 hace 3 semanas
lib 6978bff89a first commit hace 1 mes
store 6978bff89a first commit hace 1 mes
utils 6978bff89a first commit hace 1 mes
.env 6978bff89a first commit hace 1 mes
.gitignore 6978bff89a first commit hace 1 mes
game.js c9141cc188 '1\' hace 1 mes
game.json 6978bff89a first commit hace 1 mes
index.ts 6978bff89a first commit hace 1 mes
package.json fec1aea775 修改配置 hace 3 semanas
pnpm-lock.yaml 6978bff89a first commit hace 1 mes
project.config.json 6978bff89a first commit hace 1 mes
project.private.config.json 6978bff89a first commit hace 1 mes
readme.md 663ed51ca9 README.md hace 3 semanas
tsconfig.json 6978bff89a first commit hace 1 mes
tt-extensions.d.ts 6978bff89a first commit hace 1 mes
vite.config.js fec1aea775 修改配置 hace 3 semanas

readme.md

抖音小游戏SDK

说明

本SDK主要用于抖音小游戏接入

  • 开发语言:Typescript
  • 打包工具:vite
  • 依赖管理:pnpm
  • node版本:20.19.0

依赖

pnpm install

使用

开发编译

pnpm dev

打包

打包后,文件放到dist文件下

pnpm build

注意

  1. pnpm build 是默认去除打印信息的。如果需要保留,则修改vite.config.ts文件。