All Projects → Lsnsh → cnode-wechat-applet

Lsnsh / cnode-wechat-applet

Licence: MIT License
CNode community third-party WeChat mini program version

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cnode-wechat-applet

reversevoice
倒放挑战 - ReverseVoice Ts Node Taro
Stars: ✭ 24 (+60%)
Mutual labels:  wechat-mini-program
classmate-map
🧭 一款设计精美、体验优良的地图信息展示小程序,一个更有意思的同学录,可以在小程序中查看班级同学的毕业去向以及地域分布,多联(蹭)系(饭)。
Stars: ✭ 79 (+426.67%)
Mutual labels:  wechat-mini-program
Taro-ParserRichText
适用于 Taro 的小程序富文本组件
Stars: ✭ 32 (+113.33%)
Mutual labels:  wechat-mini-program
ReactCnodeJS
☀️React 初/中级项目,CnodeJS社区重构 (a junior project, rewrite cnodejs.org ) 🌟 DEMO:
Stars: ✭ 66 (+340%)
Mutual labels:  cnodejs
miniprogram-template
a wechat miniprogram template project the best practice with miniprogram-build 小程序模板最佳实践(TypeScript)
Stars: ✭ 46 (+206.67%)
Mutual labels:  wechat-mini-program
mp-progress
专注于小程序圆环形进度条的小工具
Stars: ✭ 72 (+380%)
Mutual labels:  wechat-mini-program
mpMasonry
小程序瀑布流组件
Stars: ✭ 35 (+133.33%)
Mutual labels:  wechat-mini-program
HITMers
Management system for Harbin Institute of Technology Museum
Stars: ✭ 70 (+366.67%)
Mutual labels:  wechat-mini-program
miniprogram-picker
微信小程序自定义组件Picker。本组件对微信小程序原生Picker组件进行了二次封装,开发者只需要提供固定数据结构的sourceData,再进行一些必要配置,本组件就可以自动帮助开发者处理联动逻辑。
Stars: ✭ 30 (+100%)
Mutual labels:  wechat-mini-program
swipeTab
微信小程序的swipetab
Stars: ✭ 23 (+53.33%)
Mutual labels:  wechat-mini-program
MP-CU
MP-CU, colorui3.x 微信小程序原生版
Stars: ✭ 141 (+840%)
Mutual labels:  wechat-mini-program
WeBlog
typecho微信小程序插件+微信小程序源码
Stars: ✭ 36 (+140%)
Mutual labels:  wechat-mini-program
noder-react-native
The mobile app of cnodejs.org written in React Native
Stars: ✭ 25 (+66.67%)
Mutual labels:  cnodejs
Metro-Weapp
微信小程序-上海地铁Lite
Stars: ✭ 15 (+0%)
Mutual labels:  wechat-mini-program
ts-cnode
🎉🎉🎉vue typescript cnodejs.org
Stars: ✭ 60 (+300%)
Mutual labels:  cnodejs
scrum-planning-poker
Please feel FREE to try it and give feedback by searching Scrum敏捷估算 in WeChat mini program.
Stars: ✭ 30 (+100%)
Mutual labels:  wechat-mini-program
WeChatMiniAppSignalRClient
微信小程序 Asp.net Core SignalR Client 代码片段演示
Stars: ✭ 27 (+80%)
Mutual labels:  wechat-mini-program
wxapp
在微信小程序上,使用腾讯和百度AI开放平台,实现图像识别和人脸融合。
Stars: ✭ 27 (+80%)
Mutual labels:  wechat-mini-program
Mikey
For TinyProgram Based On TypeScript , Koa + MongoDB + Mocha TEST
Stars: ✭ 14 (-6.67%)
Mutual labels:  wechat-mini-program
cheers-mp
Almost 零配置微信原生小程序脚手架,vue-cli般的体验~ (゜-゜)つロ 干杯~
Stars: ✭ 32 (+113.33%)
Mutual labels:  wechat-mini-program

cnode-wechat-applet

CNode 社区第三方微信小程序版本,欢迎扫码体验👏

预览

命名规范

项目中变量命名,采用数据类型显式声明的方式

  1. fn => function
  2. b => boolean
  3. s => string
  4. n => number
  5. a => array
  6. o => object
// 示例

let fnFoo = function() {};
let bFlag = false;
let sMessage = 'hello world';
let nCount = 0;
let aTodoList = [];
let oTodo = {
  text: '',
  start_time: 1536627800131
};

项目依赖

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].