登录 注册
当前位置:主页 > 资源下载 > 20 > taro_taroui_dva_typescript_frame: 组合使用taro、dva和typescript,构建开箱即用的框架

taro_taroui_dva_typescript_frame: 组合使用taro、dva和typescript,构建开箱即用的框架

  • 更新:2024-08-30 10:09:38
  • 大小:257KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Typescript - 前端
  • 格式:ZIP

资源介绍

脚手架 命令行快速生成模板页面npm tpl'page-name' 自动从iconfont更新npm icon'iconfont下载链接后缀' 节点> = 12.0.0 芋头> = v3.1.4 技术栈 React + Taro + TaroUi + Dva + Scss + typeScript 使用eslint + prettier格式化 默认git提交前验证(如不需要可在package.json里删除掉pre-commit配置) 项目运行 cd taro-dva-ts # 安装项目依赖 yarn # 微信小程序 yarn dev:weapp # 支付宝小程序 yarn dev:alipay # 百度小程序 yarn dev:swan # 字节跳动小程序 yarn dev:tt # QQ小程序 yarn dev:qq # H5 yarn dev:h5 # React Native