Skip to content

CCU-Class/FrontEnd

Repository files navigation

Pineapple Schedule - A simple schedule web for CCU students

Local development

Prerequisites

Installation

npm install

Run

npm run dev

Build

npm run build

If you encounter the error "Could not find a declaration file for module 'vuex' during the build process, please refer to this article: vuejs/vuex#2223 .

Preview

npm run preview

Tailwind CSS Hot Reload

npm run hotfix

How to use backend API

Rename the file "samole.env" in the directory to ".env" and make sure to use one of the following during runtime: localhost:5173, localhost:5585, localhost:8080.