Skip to content

quit smoking is a cross platform app made with taro and taro-ui

License

Notifications You must be signed in to change notification settings

ebayboy/quit-smoking

Repository files navigation

Taro UI Demo

Taro UI 示例库

体验

请使用微信扫一扫以下体验码

QRCode

相关链接

安装

需要安装 Taro 开发工具 @tarojs/cli

npm install -g @tarojs/cli

下载项目并安装依赖

git clone https://github.com/NervJS/taro-ui-demo
cd taro-ui-demo
npm i

编译并预览

进入项目目录开始开发,可以选择小程序预览模式,或者 h5 预览模式,若使用微信小程序预览模式,则需要自行下载并打开微信开发者工具,选择预览项目根目录。

微信小程序编译预览模式

# 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

License

MIT

About

quit smoking is a cross platform app made with taro and taro-ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • CSS 27.3%
  • HTML 25.0%