Skip to content

wohaofang/taroDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taroDemo

Taro

微信小程序编译预览模式

npm script

$ npm run dev:weapp

仅限全局安装

$ taro build --type weapp --watch

npx用户也可以使用

$ npx taro build --type weapp --watch H5编译预览模式

npm script

$ npm run dev:h5

仅限全局安装

$ taro build --type h5 --watch

npx用户也可以使用

$ npx taro build --type h5 --watch