FooJiaYin / nthu-select-courses

重新設計的選課系統,目標是提供清爽、直覺和方便的選課系統!

Home Page:https://nthu-courses.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nthu-select-courses

I'm working on dev branch. Please go there and get the latest commits. The goal of the NTHU SELECT COURSES is to make courses selecting an easy, intuitive, and pleasure journey.

The server side repository is at nthu-select-course-server

Architecture

  • secret (ignored)
    • private.key
    • certificate.crt
  • src
    • api
      • select-course.js
      • scores.js
    • lib
  • routes
    • index.js
  • public (ignored)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Main Dependencies

  • Vue
  • Vuex
  • Vuetify
  • vue-i18n
  • vue-router
  • vuedraggable
  • axios
  • chart.js

Main Dev Dependencies

  • Babel
  • Webpack

About

重新設計的選課系統,目標是提供清爽、直覺和方便的選課系統!

https://nthu-courses.github.io

License:Apache License 2.0


Languages

Language:Vue 76.8%Language:JavaScript 20.6%Language:HTML 2.4%Language:Shell 0.2%