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

https://github.com/slvler/vue-todo-list

laravel vue todo-list
https://github.com/slvler/vue-todo-list

laravel laravel-framework laravel-todo laravel-vue vue3 vuejs

Last synced: 3 months ago
JSON representation

laravel vue todo-list

Awesome Lists containing this project

README

        

## Requirements
- PHP
- Composer
- Npm
## Installation
```bash
composer install
npm install
```
```bash
cp .env.example .env
php artisan key:generate
npm run watch
```
## Contents
```text
laravel 9
vue 3
vue-router
vue-toastification
```