-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bridget edited this page Sep 15, 2023
·
19 revisions
Welcome to the course-selection-frontend-v2 wiki! This project runs on Vue 3, Vite, and Typescript. It uses Pinia for state management (stores) and Tailwind for styling.
Install the projects dependencies:
npm install
Create a .env.development file and paste the following into the file. This is the hosted backend used for development.
To run the project for development:
npm run dev
To build the project for production:
npm run build
-
axios - ^1.3.4
-
dateformat - ^5.0.3
-
gsap - ^3.11.4
-
pinia - ^2.0.30
-
pinia-plugin-persistedstate - ^3.1.0
-
tailwind - ^4.0.0
-
vue - ^3.2.45
-
vue-draggable-next - ^2.1.1
-
vue-router - ^4.1.6
-
vue3-google-login - ^2.0.14
-
vuedraggable - ^4.1.0
-
chart.js: ^4.3.2
-
vue-chartjs: ^5.2.0
The planning and designing of this project can be viewed here on Figma.