Code Monkey home page Code Monkey logo

classmate-map's Introduction

🧭 同学在哪儿

「同学在哪儿」小程序是一款设计精美、体验优良的地图信息展示小程序,一个更有意思的同学录。可以在小程序中查看班级同学的毕业去向以及地域分布,多联(蹭)系(饭)。更详细的介绍可以查看下方的文章链接。

相关链接:

小程序二维码:

开发

技术栈:

  • Taro
  • TypeScript
  • SCSS
  • 云开发

如果你想对这个小程序进行二次开发,你可以 fork 这个仓库,并 clone 到本地。

# 克隆项目
$ git clone https://github.com/Mayandev/classmate-map.git
# 进入项目目录
$ cd classmate-map
# 切换到开发分支
$ git checkout dev

安装依赖

小程序使用 Taro v2.2.9 框架,利用小程序云开发存储数据以及前后台交互。

# 使用 npm 安装 CLI
$ npm install -g @tarojs/cli
# 进入 client 安装项目依赖
$ cd client
$ npm install

运行项目

打开云开发控制台,创建 db 文件夹下方的几个数据库,并导入 json 数据。

使用 Taro 全局命令启动项目,编译好后直接使用小程序开发者工具打开即可预览调试。

# 调试模式
$ taro build --type weapp --watch
# 编译构建
$ taro build --type weapp

如果项目编译报错,请将 Taro 版本回退至指定的 v2.2.9 版本。

如果项目对你有帮助,可以右上角点击 star。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.