Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 536 Bytes

front-end-final-project

This repo is the final project of the front-end interaction project entrepreneurial mode. The technology stack is Vue+Vite+TypeScript+ElementPlus+Axios+VueRouter.

Usage

Please notice to download the backend part of the project before using this repo.

backend repo

git clone https://github.com/Juskinbo/front-end-final-project.git
cd front-end-final-project
npm install
npm run dev

Build

npm run build