About ◈ Prerequisites ◈ Build and run ◈ How to test ◈ Changelog ◈ License
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.
You will need the following tools:
- Visual Studio Code
- Node.js (version 10 or later) with npm (version 6.4.1 or later)
-
Create a folder on local computer to clone the repo, something like
C:\source
will be fine. -
Open cmd within newly created folder and clone the VueUITemplate repository from Github
git clone https://github.com/PatriQ94/VueUITemplate.git
-
Move to the root directory and install npm packages
cd VueUITemplate npm install
-
Run the application
-
For development and testing purposes:
npm run serve
-
For production:
npm run build
-
-
Launch http://localhost:8080
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
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 :)
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 |
See the LICENSE file for license rights and limitations (MIT).