Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsabadini/vue-crud

CRUD in Vue.js with Vuetify
https://github.com/gsabadini/vue-crud

crud vue-crud vuejs vuetify

Last synced: about 1 month ago
JSON representation

CRUD in Vue.js with Vuetify

Awesome Lists containing this project

README

        

Welcome to Vue Crud 👋

## API repository

- [Lumen Crud](https://github.com/GSabadini/lumen-crud)

## 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-compose run node sh
```

```
npm install
```

```
create .env.js through env.example.js
```

```
docker-compose up -d
```

- Step by step node

```
npm install
```
```
npm run serve