Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```