Git Product home page Git Product logo

dmfe's Introduction

Driver Management Front End

About

This is a front end project(dmfe) for Bus Driver Management System which is the assignment of database course in Xidian University.

Vue & Vuetify are used.

DMBE is the related project written in Go for back end .

Copyright © 2023-Present Ruitian Zhong

Configuration

API baseURL

Modify the axios.defaults.baseURL in api/config.js according to your need.

For example, if you are using https://example.com for DMBE, you can configure defaults.baseURL like this

axios.defaults.baseURL = 'https://example.com';

If you are just testing on your machine, and DMBE has been set up on your machine which is listening on port 8080, you can configure like this:

axios.defaults.baseURL = 'http://localhost:8080';

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

# pnpm
bun install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

# bun
bun run dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

# bun
bun run build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

# bun
bun run lint

Customize configuration

See Configuration Reference.

dmfe's People

Contributors

ruitianzhong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.