https://github.com/dev3h/full-stack-vuejs-laravel-crud
I try to use fullstack crud with vuejs and laravel
https://github.com/dev3h/full-stack-vuejs-laravel-crud
crud-application vuejs3
Last synced: 2 months ago
JSON representation
I try to use fullstack crud with vuejs and laravel
- Host: GitHub
- URL: https://github.com/dev3h/full-stack-vuejs-laravel-crud
- Owner: dev3h
- Created: 2023-07-08T07:00:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:45:46.000Z (almost 3 years ago)
- Last Synced: 2025-10-27T00:35:29.259Z (6 months ago)
- Topics: crud-application, vuejs3
- Language: Vue
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack_crud
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).