GSabadini / vue-crud

CRUD in Vue.js with Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Vue Crud 👋

API repository

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

About

CRUD in Vue.js with Vuetify


Languages

Language:JavaScript 61.3%Language:Vue 37.8%Language:HTML 0.8%