Home
Softono

Ntut Course Web

Open source Vue
34
Stars
1
Forks
2
Issues
1
Watchers
2 months
Last Commit

 About Ntut Course Web

這裡是北科課程好朋友,提供使用者以輕鬆的方式查詢與檢視課程資訊!

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Ntut Course Web?

We provide expert installation service for this software. Our team will install, configure, and secure Ntut Course Web on your server. plans start at just $30.

Ntut Course Web

View on GitHub

🍤 北科課程好朋友

這裡是北科課程好朋友,提供課程資訊的可愛網站!

關於

https://ntut-course.gnehs.net/about

API 文件

https://ntut-course.gnehs.net/doc

爬蟲與資料

https://github.com/gnehs/ntut-course-crawler-node

環境變數

可透過 BASE_URL 環境變數指定 API 進入點, 未設定時預設為 https://gnehs.github.io/ntut-course-crawler-node/

# 使用自訂的 API 進入點啟動開發伺服器
BASE_URL=https://example.com npm run dev

透過 production/DOMAIN_NAME 環境變數可指定 Github Pages 發行時的 CNAME。 未設定時預設為 ntut-course.gnehs.net,若無法適用,將降級為 Github 預設。

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.