All Projects → f111fei → Weapp Typescript

f111fei / Weapp Typescript

使用TypeScript开发微信小程序的demo, 包含微信小程序weixin最新的.d.ts定义

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Weapp Typescript

Weapp Douban Film
微信小程序-豆瓣电影
Stars: ✭ 303 (+260.71%)
Mutual labels:  weixin, weapp
Zanui Weapp
本仓库已不再维护,请移步 https://github.com/youzan/vant-weapp
Stars: ✭ 540 (+542.86%)
Mutual labels:  weixin, weapp
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (+302.38%)
Mutual labels:  weixin, weapp
xing-weapp-editor
开箱即用的微信小程序图文编辑组件
Stars: ✭ 101 (+20.24%)
Mutual labels:  weixin, weapp
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+1279.76%)
Mutual labels:  weixin, weapp
wxbizdatacrypt
微信小程序加密数据解密算法Go版
Stars: ✭ 132 (+57.14%)
Mutual labels:  weixin, weapp
Wux Weapp
🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库
Stars: ✭ 4,706 (+5502.38%)
Mutual labels:  weixin, weapp
Wxa Plugin Canvas
小程序海报组件-生成朋友圈分享海报并生成图片
Stars: ✭ 2,692 (+3104.76%)
Mutual labels:  weixin, weapp
Weapp Bmscore
a weapp to count badminton game score
Stars: ✭ 17 (-79.76%)
Mutual labels:  weixin, weapp
Min Cli
Min 小程序组件化解决方案
Stars: ✭ 807 (+860.71%)
Mutual labels:  weixin, weapp
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (-36.9%)
Mutual labels:  weixin, weapp
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+1272.62%)
Mutual labels:  weixin, weapp
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (+186.9%)
Mutual labels:  weixin, weapp
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (+235.71%)
Mutual labels:  weixin, weapp
Vant Weapp
轻量、可靠的小程序 UI 组件库
Stars: ✭ 15,428 (+18266.67%)
Mutual labels:  weixin, weapp
Minui
基于规范的小程序 UI 组件库,自定义标签组件,简洁、易用、工具化
Stars: ✭ 3,512 (+4080.95%)
Mutual labels:  weixin, weapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+120.24%)
Mutual labels:  weixin, weapp
Chronus
🕐 一款能帮助管理生活目标的微信小程序
Stars: ✭ 195 (+132.14%)
Mutual labels:  weixin, weapp
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+7215.48%)
Mutual labels:  weixin, weapp
Xiaochengxu demos
小程序优秀项目源码汇总,每个项目都有图有源码,零基础学微信小程序,小程序表格,小程序视频,小程序视频弹幕,小程序仿天猫大转盘抽奖等源码,小程序云开发,小程序发邮件,小程序支付,微信支付,持续更新。。。
Stars: ✭ 855 (+917.86%)
Mutual labels:  weixin, weapp

weapp - typescript

这是一个演示如何使用TypeScript编写微信小程序的demo。

code

如何运行

1.下载typescript

npm install typescript -g

2.编译

tsc -w

tsc会在ts文件目录下生成同名js文件。 -w 参数表示开启自动编译。

API定义文件

typings文件夹中添加了用于自动提示的api定义文件 weapp.d.ts

建议使用 VSCode 或者 EgretWing 编码,将得到更好的编码体验。

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