All Projects → GreenPomelo → Undergraduate

GreenPomelo / Undergraduate

Licence: AGPL-3.0 license
🔧mini program of NJUPT | 南京邮电大学小程序

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Undergraduate

wecontr
小程序 内容管理系统CMS 适合站长和自媒体 含积分兑换商城 推荐锁粉奖励等玩法
Stars: ✭ 46 (-66.67%)
Mutual labels:  wepy, miniprogram
Awesome Wechat Weapp
微信小程序开发资源汇总 💯
Stars: ✭ 36,769 (+26544.2%)
Mutual labels:  wepy, miniprogram
mp-framework-benchmark
mp-framework-benchmark
Stars: ✭ 49 (-64.49%)
Mutual labels:  wepy, miniprogram
timer-miniprogram
小程序定时器管理库,更合理地使用 setTimeout 和 setInterval,在页面显示时重启定时器,页面隐藏时暂停定时器,页面卸载时清除定时器
Stars: ✭ 26 (-81.16%)
Mutual labels:  miniprogram
mpcast-minapp-uni
播(客)课小程序
Stars: ✭ 14 (-89.86%)
Mutual labels:  miniprogram
wxml-vscode
👾Vscode plugin -- wechat applets formatting and highlighting components (highly customized)
Stars: ✭ 31 (-77.54%)
Mutual labels:  miniprogram
spa-custom-hooks
💯 Custom hook of business layer (asynchronous task notification solution), supporting various applets and Vue architectures (uni app, wepy, mpvue, etc.)
Stars: ✭ 307 (+122.46%)
Mutual labels:  wepy
SXAU-guide
微信小程序校园导航地图——小标识
Stars: ✭ 12 (-91.3%)
Mutual labels:  miniprogram
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (-60.87%)
Mutual labels:  miniprogram
wechat-miniprogram-dialog
微信小程序弹窗组件 wxapp dialog component
Stars: ✭ 50 (-63.77%)
Mutual labels:  miniprogram
WX MultiTabList
微信小程序,多个Tab列表的上下拉刷新方案
Stars: ✭ 25 (-81.88%)
Mutual labels:  miniprogram
chameleon-runtime
chameleon 运行时框架
Stars: ✭ 32 (-76.81%)
Mutual labels:  miniprogram
scrum-planning-poker
Please feel FREE to try it and give feedback by searching Scrum敏捷估算 in WeChat mini program.
Stars: ✭ 30 (-78.26%)
Mutual labels:  wepy
mini-program-table
基于 WePY 实现的固定头和列的 table 组件,可根据自身需求进行修改扩展。
Stars: ✭ 14 (-89.86%)
Mutual labels:  miniprogram
echarts-for-wechat-wepy
echarts微信小程序wepy版本封装
Stars: ✭ 29 (-78.99%)
Mutual labels:  wepy
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
Stars: ✭ 93 (-32.61%)
Mutual labels:  miniprogram
wepy-templates
Templates collection
Stars: ✭ 28 (-79.71%)
Mutual labels:  wepy
wepy-one
小程序-one(wepy版本)
Stars: ✭ 49 (-64.49%)
Mutual labels:  wepy
awesome-cml
awesome for chameleon
Stars: ✭ 66 (-52.17%)
Mutual labels:  miniprogram
mpvue-gesture-lock
微信小程序手势解锁(Dom实现,避免小程序Canvas卡顿问题),基于 Mpvue
Stars: ✭ 34 (-75.36%)
Mutual labels:  miniprogram

MiniProgram of Nanjing University of Posts and Telecommunications

English | 简体中文

Introduction

The MiniProgram of Nanjing University of Posts and Telecommunications(hereinafter called NJUPT MiniProgram), developed by QingYou Studio of NJUPT, which is a convenient and swift application that can launch in WeChat client immediately dispense with download and install. Different from the common applications that need to download and install and WeChat Official Account, it is convenient and efficient.

菊花码

Learn this Project

Advocating componentization and engineering of front-end, this project is developed by Wepy, to finish front-end project efficiently.

Files Structure

project
│
└───src
│   │   assets                          static images
│   │
│   └───campus-card-page
│   │    │   components                 components of Campus-card module
│   │    │   pages                      pages of Campus-card module
│   │
│   └───components                      global components
│   │    │   qy-container.wpy
│   │    │   qy-navigation.wpy
│   │    │   ...
│   │
│   └───css               			    global css style
│   │    │   global-style.styl
│   │    │   loading.styl
│   │    │   ...
│   │
│   └───edu-admin-page
│   │    │   components                 components of ZHENGFANG module
│   │    │   pages                      pages of ZHENGFANG module
│   │
│   └───mixins
│   │    │   Gpa                        mixin of GPA Calculator
│   │    │   class.js                   mixin of Curriculum
│   │    │   all-search-thing.js        controller of modules
│   │    │   ...
│   │
│   └───others-edu-page
│   │    │   components                 components of PE module
│   │    │   pages                      pages of PE module
│   │
│   └───others-page
│   │    │   components                 components of other modules
│   │    │   pages                      pages of other modules
│   │
│   └───pages                           Main Pages
│   │    │   index.wpy                  Homepage
│   │    │   news-list.wpy			    Information Page
│   │    │   profile.wpy   			    Personal Page
│   │
│   └───store 						    state management
│   │
│   └───utils 						    auxiliary functions
│   │
│   └───app.wpy 					    project config
│
│   .editorconfig
│   .eslintignore
│   .eslintrc.js
│   .gitignore
│   .prettierrc
│   CHANGELOG.md
│   LICENSE
│   README.md
│   package.json
│   wepy.config.js

Install (Update) Wepy-Cli

node >= 8.9

$ npm install -g wepy-cli

Install Dependencies & Serve with Hot Reload

$ cd [project]

$ npm install

$ npm run dev

QingYou Studio

Homepage of QingYou Studio

Built up by Information Office of NJUPT, QingYou Studio is an Internet working team with student developement as its core.

We advocate to use new and excellent technologies to achieve the Smart Campus and to serve students.

This project will be maintained at least until the end of the 3.x version of NJUPT-Undergraduate.


License

This project uses the license License AGPLv3,and the code is open source for learning.

Please read and abide by the following open source agreements:

AGPLv3 GNU Affero General Public License v3.0

QingYou Studio Open Source

We hope that we can return the technical achievements to the community, and we encourage the community to contribute to this project. You can help us resolve the existing deficiencises through Pull Request, or tell us through Issue.


QingYou Studio Recruitment

Mainly in the sophomore and junior students, QingYou Studio is recruiting new members from the full-time undergraduates in NJUPT, and the freshman who has excellent ability can be also recruited. Our posts contain technology, outreach, operations, office and ...... We hope anyone interested in can submit your resume to [email protected], together with us to do more projects for teachers and students in NJUPT.


Update Log

CHANGELOG


Core Team(Contributors)


狒狒神


Boss Pwn


Flytam


GooeyNyan


WynnXin


niffler-bkkkk


kishivn


ChenKS12138


cucu6

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