https://github.com/apgapg/sunserg_web
Sunserg Official frontend web project
https://github.com/apgapg/sunserg_web
axios interceptor login vue vuetify
Last synced: 11 months ago
JSON representation
Sunserg Official frontend web project
- Host: GitHub
- URL: https://github.com/apgapg/sunserg_web
- Owner: apgapg
- Created: 2020-06-26T11:52:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T21:45:04.000Z (over 3 years ago)
- Last Synced: 2025-01-27T06:46:48.960Z (over 1 year ago)
- Topics: axios, interceptor, login, vue, vuetify
- Language: Vue
- Homepage: https://sunserg-387e7.web.app/
- Size: 1.91 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunserg
The Best Search and Organizing Tool for Your Company.
Visit Sunserg: [sunserg.com](sunserg.com)
Live Product: [https://sunserg-387e7.web.app/](https://sunserg-387e7.web.app/)

## Highlights
This repo presents a demo on proper login flow using Vue+Vuetify with custom API server
- Usage of routes interceptor to check login status
- Usage of Vuex to manage overall auth and app functions
- Usage of axios interceptors
- Using Vuetify with VueJs
## 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](https://cli.vuejs.org/config/).