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
- Host: GitHub
- URL: https://github.com/slvler/vue-todo-list
- Owner: slvler
- Created: 2022-06-25T23:55:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T16:16:40.000Z (7 months ago)
- Last Synced: 2025-01-06T03:40:45.972Z (5 months ago)
- Topics: laravel, laravel-framework, laravel-todo, laravel-vue, vue3, vuejs
- Language: PHP
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```