Skip to content

Max0709202/campus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CampusX — Frontend

Vue 2 single-page app for CampusX: product listings, user listings, and lost & found, with Vue Router, Vuex (persisted state), Vue Material, and Axios.


Preview

Screenshots


Prerequisites

  • Node.js (LTS recommended; Vue CLI 4 works well on current LTS releases)
  • npm (bundled with Node)

Getting started

  1. Clone this repository.
  2. npm install — install dependencies.
  3. npm run serve — dev server with hot reload. By default the app is served at http://localhost:8081 (see vue.config.js).

Other scripts:

  • npm run build — production build (output under dist/).
  • npm run lint — ESLint with auto-fix where possible.

See the Vue CLI configuration reference.


Code overview

Main dependencies

Dev tooling includes Vue CLI (@vue/cli-service), Babel, and ESLint.


About

Vue 2 SPA for a campus marketplace and lost & found board. - product listings, user listings, and lost & found

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors