Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramdedomo/inertia_vue_todo
simple todo app using Laravel, InertiaJS and Vue
https://github.com/ramdedomo/inertia_vue_todo
inertiajs laravel todo vue
Last synced: 16 days ago
JSON representation
simple todo app using Laravel, InertiaJS and Vue
- Host: GitHub
- URL: https://github.com/ramdedomo/inertia_vue_todo
- Owner: ramdedomo
- Created: 2023-10-23T12:11:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T07:38:12.000Z (about 1 year ago)
- Last Synced: 2023-10-24T08:32:32.699Z (about 1 year ago)
- Topics: inertiajs, laravel, todo, vue
- Language: PHP
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inertia Vue Todo
### How to install- clone
- npm install
- composer install
- php artisan key:generate
- php artisan migrate
- php artisan serve
- npm run dev