akamya997 / Imagine-Lib

A library frontend for SQL(2) homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Management System Frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Project Introduction

A simple try for vue as well as a homework for SQL(2).

You can find our back-end here.

When running on localhost, this front-end will run on port 8081, while the back-end will run on port 8080.

The project use webpack to avoid CORS. If you would like to set it up to a production environment, the config must be changed and something like nginx should be used to avoid CORS.

About

A library frontend for SQL(2) homework


Languages

Language:Vue 88.7%Language:JavaScript 9.4%Language:HTML 1.3%Language:CSS 0.6%