All Projects → Emeryao → we-app-typescript

Emeryao / we-app-typescript

Licence: MIT license
A WeApp project template in TypeScript using VS Code

Programming Languages

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

Projects that are alternatives of or similar to we-app-typescript

mpapi
🐤 小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序
Stars: ✭ 40 (+166.67%)
Mutual labels:  weapp
egg-weapp-sdk
Egg的微信小程序登录会话管理SDK
Stars: ✭ 111 (+640%)
Mutual labels:  weapp
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (+260%)
Mutual labels:  weapp
vscode-wxml
Wechat wxml support and wxml code snippets for VSCode
Stars: ✭ 19 (+26.67%)
Mutual labels:  weapp
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+253.33%)
Mutual labels:  weapp
mall-app
youlai-mall 微信小程序/H5/Android/iOS 移动应用端,uni-app终极跨平台前端框架。
Stars: ✭ 75 (+400%)
Mutual labels:  weapp
mini-programm-template
基于原生微信小程序的一般般好用的模板
Stars: ✭ 35 (+133.33%)
Mutual labels:  weapp
dropDownBoxFilter
微信小程序之下拉菜单的三级筛选框
Stars: ✭ 47 (+213.33%)
Mutual labels:  weapp
yudao
遇岛日记/微信小程序/开源代码
Stars: ✭ 16 (+6.67%)
Mutual labels:  weapp
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,555 (+23600%)
Mutual labels:  weapp
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+300%)
Mutual labels:  weapp
zuchemini
微信小程序,租车小程序,租车公司预约小程序
Stars: ✭ 41 (+173.33%)
Mutual labels:  weapp
we-rich
HTML转微信富文本节点, we just need rich, no text.
Stars: ✭ 36 (+140%)
Mutual labels:  weapp
JMGS
基于LBS的微信小程序,服务器端代码在这里server@https://github.com/g1mi/jmgs_server
Stars: ✭ 29 (+93.33%)
Mutual labels:  weapp
wx-statuslayout
微信小程序页面状态切换组件
Stars: ✭ 24 (+60%)
Mutual labels:  weapp
weapp-OpenRadio
A base music weapp named OpenRadio for wechat. Can use on weapp getting started.
Stars: ✭ 14 (-6.67%)
Mutual labels:  weapp
weapp wechat miniapp sdk
一个封装了微信小程序服务端接口的SDK
Stars: ✭ 102 (+580%)
Mutual labels:  weapp
ztaro
一套基于taro, zoro的完整的微信小程序及h5开发解决方案
Stars: ✭ 37 (+146.67%)
Mutual labels:  weapp
WeAppBunXin
微信小程序开发之影分身术 - 一套代码生成多个小程序
Stars: ✭ 48 (+220%)
Mutual labels:  weapp
wxml-vscode
👾Vscode plugin -- wechat applets formatting and highlighting components (highly customized)
Stars: ✭ 31 (+106.67%)
Mutual labels:  weapp

WeApp TypeScript

A WeApp project template in TypeScript using VS Code
VS Code下基于TypeScript的微信小程序项目模板

About / 关于

This is a WeApp project template using TypeScript
使用TypeScript的微信小程序项目模板

Usage / 使用

  • Install dependencies with command

    npm install
  • Build the project with command

    gulp
  • All files are built into a dist folder so it is the dist folder which will be referenced in Wexin dev tool for a WeApp instead of the project folder or the folder of src

  • 所有文件都被编译到 dist 文件夹下 所以在微信开发者工具中应该引用 dist 文件夹 而不是 项目文件夹 或者 src文件夹

  • These VS Code extensions is recommeded to be installed:

  • 推荐安装下列VS Code插件:

  • It is strongly recommeded to get the TypeScript declaration file for WeApp API:

  • 墙裂推荐

    • With npm installed (which is already stored in package.json)
    npm install typed-we-app --save-dev
    typings install github:Emeryao/typed-we-app -SG

Last Update

2017.07.13

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