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

https://github.com/authenticus/auth-frontend-vue-cli

The Vue.js / @vue-cli frontend for the Authenticus auth boilerplate. Authenticus is the ULTIMATE lightweight Auth for your Laravel + SPA / SSR Application, having email authentication with secure JWT and Social oAuth using Laravel Passport+Socialite (for Facebook, Google, Linkedin, Twitter, etc).
https://github.com/authenticus/auth-frontend-vue-cli

api auth authentication axios javascript js laravel nuxt passport php socialite vue vue-cli vue-router vuejs vuex

Last synced: 2 months ago
JSON representation

The Vue.js / @vue-cli frontend for the Authenticus auth boilerplate. Authenticus is the ULTIMATE lightweight Auth for your Laravel + SPA / SSR Application, having email authentication with secure JWT and Social oAuth using Laravel Passport+Socialite (for Facebook, Google, Linkedin, Twitter, etc).

Awesome Lists containing this project

README

          

# auth-frontend-vue-cli

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Run your unit tests
```
npm run test:unit
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).