Giter VIP home page Giter VIP logo

vueuitemplate's Introduction

VueJS UI Reference Implementation

AboutPrerequisitesBuild and runHow to testChangelogLicense

About

A front-end SPA application built with VueJS. It implements JWT authentication, Vuex for storage, VueRouter for routing and Vuetify for UI.

As of now it goes hand in hand with my other projects such as Movie API, which serve as the back-end for authentication and data retrieval. In order to fully see the front-end and the back-end working together you need to run both projects at the same time.

The main purpose of the project is to be used as a reference implementation in case of need.

Prerequisites

You will need the following tools:

Build and run

  1. Create a folder on local computer to clone the repo, something like C:\source will be fine.

  2. Open cmd within newly created folder and clone the VueUITemplate repository from Github

    git clone https://github.com/PatriQ94/VueUITemplate.git
  3. Move to the root directory and install npm packages

    cd VueUITemplate
    npm install
  4. Run the application

    • For development and testing purposes:

      npm run serve
      
    • For production:

      npm run build
      
  5. Launch http://localhost:8080

How to test

Once the application is up and running you can test if the back-end API is accessible by clicking the button on the bottom of the screen saying Check connection with back-end

Connection

If the back-end API is accessible, you will receive a green notification. If not, a red notification will appear.

If the back-end is accessible, feel free to register a new account and then explore the rest :)

Changelog

Edited Comment
1.7.2020 Project creation, added storage, added routing
2.7.2020 Added Vuetify, added login UI
6.7.2020 Finished login and register, added check connection to back-end, progress on Garage UI
8.7.2020 Improved docs, progress on Add new car popup
13.7.2020 Implemented automatic JWT token refreshing
14.7.2020 Completed "Add new car" and "Remove car" features
17.7.2020 Added transitions between pages and started working on popup for updating car km
23.7.2020 Added license

License

See the LICENSE file for license rights and limitations (MIT).

vueuitemplate's People

Contributors

patriq94 avatar dependabot[bot] avatar

Watchers

James Cloos 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.