Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AlexDWasTaken/JavaMessager-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaMessagerFront

The front-end project of JavaMessager for CSC1004 (2023 Spring) grading.

Regarding code comments:

Most of the code is self-explanatory. I only commented some Regex and anonymous functions.

Regarding the structure of the project:

  • All the views are stored in /src/views. Except TestView.vue, all other views are used.
  • The /src/router/index.js contains the router.
  • src/assets guarantees a good experiencing when debugging. It does nothing when the program runs smoothly.

I didn't add anything special to index.html, main.js and App.vue.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Make sure you have run this at least one time. You need npm installed (which comes with nodeJS)

Compile and Hot-Reload for Development

Type the following command:

npm run dev

Then press 'o' to open up the browser automatically.

Compile and Minify for Production

npm run build

About

The front end of the messager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published