Ecosyste.ms: Awesome
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 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:00:05.000Z (14 days ago)
- Last Synced: 2024-10-30T14:17:11.718Z (14 days ago)
- Topics: laravel, laravel-framework, laravel-todo, laravel-vue, vue3, vuejs
- Language: PHP
- Homepage:
- Size: 543 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
```
## Contents
```text
laravel 9
vue 3
vue-router
```