Skip to content

wkl007/taro-template

Repository files navigation

taro-template

taro 初始化模板。该项目有TypeScript与JavaScript两个版本,切换分支可查看不同版本。

Build Setup

# 初始化项目
taro init taro-template
cd taro-template

# 安装依赖
yarn

# 开发时构建
yarn dev:weapp

# 打包时构建
yarn build:weapp