Skip to content

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

License

Notifications You must be signed in to change notification settings

PatriQ94/VueUITemplate

Repository files navigation

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).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published