code4mk / laravel-vue-todos

Todos with laravel and vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-vue-todos

Todos with laravel and vue.js

clone the project

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

composer install and key generate

composer install
php artisan key:generate
php artisan migrate

Node

# yarn
yarn install
yarn run dev
#npm
npm install
npm run dev

Live demo on heroku

About

Todos with laravel and vue.js


Languages

Language:PHP 90.1%Language:Vue 6.5%Language:HTML 3.4%