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).
- Host: GitHub
- URL: https://github.com/authenticus/auth-frontend-vue-cli
- Owner: authenticus
- Created: 2019-07-20T17:44:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:56:39.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:15:22.115Z (over 1 year ago)
- Topics: api, auth, authentication, axios, javascript, js, laravel, nuxt, passport, php, socialite, vue, vue-cli, vue-router, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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/).