Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsabadini/vue-crud
- Owner: GSabadini
- Created: 2018-11-02T18:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:49:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T13:20:03.527Z (3 months ago)
- Topics: crud, vue-crud, vuejs, vuetify
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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