Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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