Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsabadini/vue-auth
Project in Vue.js and Vuetify for interface creation.
https://github.com/gsabadini/vue-auth
vue vuetify
Last synced: 5 days ago
JSON representation
Project in Vue.js and Vuetify for interface creation.
- Host: GitHub
- URL: https://github.com/gsabadini/vue-auth
- Owner: GSabadini
- Created: 2018-11-07T23:43:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T02:43:50.000Z (over 3 years ago)
- Last Synced: 2023-03-21T21:23:47.526Z (over 1 year ago)
- Topics: vue, vuetify
- Language: Vue
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Vue Auth 👋
## API repository
- [Laravel Auth](https://github.com/GSabadini/laravel-auth)
## Getting Started
- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- What things you need to install the software and how to install them
```
Docker and docker-compose or node
```### Installing
- Step by step docker
```
docker-compose run node sh
``````
npm install
``````
docker-compose up -d
```- Step by step node
```
npm install
```
```
npm run serve
```## Credencials
```
email: [email protected]
password: devsquad
```