Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
/ sccollege Public archive

毕设项目:一个基于微信小程序的大学生轻社区应用,用户对象为川内各高校学生

License

Notifications You must be signed in to change notification settings

zengkaiwen/sccollege

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC-College

前言:

SC-College是我的一个毕设项目,基于微信小程序的应用模式。小程序端用到的框架是Taro,主要是考虑到方便部署到其他端,另外也是自己希望在实习结束的时间里保持对React的使用,毕竟Taro是基于React语法规范的。后端服务程序参考sns-college

截图预览

首页

帖子详情

选择话题

发表帖子

我的页面

使用

本地需要全局安装好Taro的脚手架工具

# 使用 npm 安装 CLI
$ npm install -g @tarojs/cli
# OR 使用 yarn 安装 CLI
$ yarn global add @tarojs/cli
# OR 安装了 cnpm,使用 cnpm 安装 CLI
$ cnpm install -g @tarojs/cli

拷贝项目:

$ git clone https://github.com/kevin-zeus/sccollege.git

随机进入项目目录:

$ cd sccollege

关于编译预览与打包如下:

# yarn
$ yarn dev:weapp
$ yarn build:weapp

具体参考Taro官方文档

About

毕设项目:一个基于微信小程序的大学生轻社区应用,用户对象为川内各高校学生

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published