All Projects → devuser → gangxiaoer-taro

devuser / gangxiaoer-taro

Licence: other
博雅塔小程序,基于Taro的版本,同步发布百度小程序,支付宝小程序。

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to gangxiaoer-taro

taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+231.25%)
Mutual labels:  weapp, taro, taro-ui
taro-template
可用于生产环境的taro项目模版,技术栈:taro + taro-ui + typescript + dva / mobx + sass,无需过多关注项目配置,预置功能包括但不限于页面/组件/store/service模版一键生成/编译自动生成路由列表和组件入口/代码规范强制检查/请求拦截封装/小程序CI等,实现多端项目的高效快速开发。目前已有1.x / 2.x / 3.x 版本。
Stars: ✭ 59 (+268.75%)
Mutual labels:  dva, taro, taro-ui
ztaro
一套基于taro, zoro的完整的微信小程序及h5开发解决方案
Stars: ✭ 37 (+131.25%)
Mutual labels:  weapp, h5, taro
mpapi
🐤 小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序
Stars: ✭ 40 (+150%)
Mutual labels:  alipay, weapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+1056.25%)
Mutual labels:  alipay, weapp
TaroCreator
微信小程序 小程序模板 小程序可视化设计工具 Taro Taro UI
Stars: ✭ 60 (+275%)
Mutual labels:  taro, taro-ui
ui
We reinvent the UI for taro3+
Stars: ✭ 48 (+200%)
Mutual labels:  taro, taro-ui
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+618.75%)
Mutual labels:  taro, taro-ui
taro-weapp
🎮一款提供餐桌,酒桌上小游戏的小程序。
Stars: ✭ 28 (+75%)
Mutual labels:  taro, taro-ui
elf-taro
Taro 小程序 脚手架 (Taro 3 + Dva + Typescript + Immer) - 内置 Redux 计数器, 异步数据请求 与 腾讯小程序地图 demo
Stars: ✭ 61 (+281.25%)
Mutual labels:  taro, taro-ui
Okam
Mini program development framework
Stars: ✭ 399 (+2393.75%)
Mutual labels:  alipay, weapp
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,555 (+22118.75%)
Mutual labels:  weapp, taro
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (+2193.75%)
Mutual labels:  alipay, weapp
taro-tax
taro版个税小程序
Stars: ✭ 12 (-25%)
Mutual labels:  h5, taro
Dva Wxapp
微信小程序的dva集成
Stars: ✭ 183 (+1043.75%)
Mutual labels:  weapp, dva
Taro Music
🔥基于taro + dva + typescript 开发的音乐播放器小程序🎵
Stars: ✭ 154 (+862.5%)
Mutual labels:  weapp, dva
Taro-v2ex-weapp
awesome v2ex weapp 😎 目前支持微信小程序、支付宝小程序、h5
Stars: ✭ 25 (+56.25%)
Mutual labels:  weapp, taro
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,498 (+21762.5%)
Mutual labels:  weapp, taro
vue-automation
一款开箱即用的 Vue 项目模版,基于 Vue 2.x
Stars: ✭ 31 (+93.75%)
Mutual labels:  h5, vant-weapp
taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (+2525%)
Mutual labels:  taro, taro-ui

gangxiaoer-taro

博雅塔小程序,基于Taro的版本,同步发布百度小程序,支付宝小程序。

微信小程序的官方描述

服务于机械加工行业,钢材流通领域,相关上下游供应链;努力提升行业效率;在线视听课程;行业标准解读;行业资讯和价格指数;从业人员周边生态。

更新记录

  1. 博雅塔微信小程序 v0.01 基于mpvue框架 开始熟悉框架 20181016
  2. 博雅塔微信小程序 v1.01 基于mpvue框架 提交腾讯通过审核 20181205
  3. 博雅塔微信小程序 v1.02 基于mpvue框架 提交腾讯通过审核 20181229
  4. 博雅塔百度小程序 v0.01 基于Taro框架 实验性开发 20190114
  5. 博雅塔支付宝小程序 v0.01 基于Taro框架 实验性开发 20190114

tslint

安装步骤

macOS 下环境准备工作

sudo npm install -g typescript tslint tsling-react

在当前目录下运行初始化命令,该命令创建初始的 tslint.json

tslint --init

使用 tslint 的命令

tslint --fix -c ./tslint.json 'src/**/*{.ts,.tsx}'

修改package.json新增 tslint

"scripts": {
    "tslint": "tslint --fix -c ./tslint.json 'src/**/*{.ts,.tsx}'",
},

使用有赞组件库的分支

有兴趣的同学可以在查阅本项目的show-user-vant-weapp分支,显示如何引入vant-weapp

修改过如下几个文件

  1. config/index.js 增加如下配置代码

    copy: {
        patterns: [
        {
            from: 'src/components/vant-weapp/wxs/',
            to: 'dist/components/vant-weapp/wxs/'
            // ,
            // ignore: '*.js'
        } // 指定需要 copy 的目录
        ],
        options: {}
    },
    
  2. 修改pages/index/index.tsx增加如下代码

        usingComponents: {
        // 'van-row': '/static/vant/di/index', 'van-col': '/static/vant/dist/col/index',
        // 'wxs': '../../components/vant-weapp/wxs/utils', 
        // 'van-action-sheet':
        // '/components/vant/action-sheet/index', 'van-cell-group':
        // '/components/vant/cell-group/index', 'van-area':
        // '/components/vant/area/index', 'van-field': '/components/vant/field/index',
        'van-button' : '../../components/vant-weapp/button/index',
        'van-panel' : '../../components/vant-weapp/panel/index'
        // 'van-tabbar':
        // '/components/vant/tabbar/index', 'van-card': '/components/vant/card/index',
        // 'van-tabbar-item': '/components/vant/tabbar-item/index'
        }
    }
  3. 修改pages/index/index.tsxRender 方法 增加如下代码

        <van-button type="primary" size='small' onclick={this.onVantBtnClick.bind(this)}>
        纯粹为测试Vant-weapp,点击控制台输出日志
        </van-button>
  4. 修改pages/index/index.tsxonVantBtnClick 方法 增加如下代码

    onVantBtnClick(e:any){
    console.log(e)
    }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].