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
- Host: GitHub
- URL: https://github.com/code4mk/laravel-vue-todos
- Owner: code4mk
- Created: 2020-01-20T23:58:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:21:22.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T19:52:42.588Z (9 months ago)
- Topics: laravel, todos, vue
- Language: PHP
- Size: 929 KB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/)