Skip to content

nsysu-oia/exchange

Repository files navigation

Exchange Program Platform

This is an open source project for the Exchange Program Platform, which is served as the only place to handle all on-line tasks and resources one would need after enrolling in the exchange program at National Sun Yat-sen University.

This repository only contains the front-end program written in Vue.js and Vite. For the back-end service, please refer to this repository.

Project setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint