An open API service indexing awesome lists of open source software.

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

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

sunserg

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