/discrete-mathematics-web

大连理工大学 软件学院 离散数学课程线上平台

Primary LanguageJavaScript

discrete-mathematics-web

Discrete Mathematics course online platform

离散数学课程线上平台

Introduction

  • 点击预览
  • 纯前端实现,无需后端,极简开发
  • 视频播放直接嵌入bilibili,腾讯,优酷等来源的视频
  • 讨论区基于Valine实现,无需自己开发后端
  • 代码量极低,特别适合应付导师给的杂活

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.