Skip to content

Taro 微信小程序云开发实战 --- LBS Attendance

Notifications You must be signed in to change notification settings

Lyokoo/LBS-Attnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# 安装与运行

Taro CLI

# 使用 npm 安装 CLI
$ npm install -g @tarojs/cli

project.config.json

在根目录新建 project.config.json,拷贝下面这段代码并修改 AppId

{
  "miniprogramRoot": "client/dist/",
  "cloudfunctionRoot": "cloud/functions/",
  "projectname": "attnd-taro",
  "description": "LBS Attnd.",
  "appid": "your AppId",
  "setting": {
    "urlCheck": true,
    "es6": false,
    "postcss": false,
    "minified": false,
    "newFeature": true
  },
  "compileType": "miniprogram",
  "condition": {}
}

npm install

进入 client 目录安装依赖

cd client
npm install

等待依赖安装完成,即可运行

接下来这条命令将项目编译成微信小程序

npm run dev:weapp

注意点

  • 打开微信开发者工具,注意选择项目的根目录打开,即包含 client 和 cloud 目录
  • 本项目使用 Taro 开发,使用微信开发者工具有几点需要注意的,参考 Taro 开发前注意
  • 需要开通微信小程序云开发,具体参考 云开发起步

# 关于我们

考勤 Attnd

QR-Code-12.jpg

考勤 Attnd 是基于 LBS 开发的考勤和签到小程序,旨在提高课堂考勤的效率

开发

技术栈:Taro、Taro UI、云开发

贡献者

鲤资姨、FOON、纸纸纸盆、脑浮泥

About

Taro 微信小程序云开发实战 --- LBS Attendance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published