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

https://github.com/code4mk/laravel-vue-todos

Todos with laravel and vue.js
https://github.com/code4mk/laravel-vue-todos

laravel todos vue

Last synced: 2 months ago
JSON representation

Todos with laravel and vue.js

Awesome Lists containing this project

README

          

# laravel-vue-todos
Todos with laravel and vue.js

# clone the project

```bash
git clone https://github.com/code4mk/laravel-vue-todos
```

# composer install and key generate

```bash
composer install
php artisan key:generate
php artisan migrate
```

# Node

```bash
# yarn
yarn install
yarn run dev
#npm
npm install
npm run dev
```

# Live demo on heroku

* [Live demo on heroku](https://laravel-vue-todos.herokuapp.com/)