1分钟,完成一套体面的小程序模型

首先服务端安装meteor

https://www.meteor.com/install

使用meteor创建一个基于react的app

meteor create myapp --react

安装依赖

cd myapp
meteor npm install weget -g
meteor weget

完成

http://localhost:3000

预览如下


用户登录
用户注册
忘记密码
用户菜单
消息搜索
联系人
个人设置

后续持续更新中,目标是能够通过设计书生成服务端,web端以及小程序端的代码

你可能感兴趣的:(1分钟,完成一套体面的小程序模型)