抖音小游戏SDK

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

readme.md

抖音小游戏SDK

说明

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

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

依赖

pnpm install

使用

开发编译

pnpm dev

打包

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

pnpm build

注意

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