Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidsielert/laravel-vuejs-todo

A small vue js app with a laravel backend
https://github.com/davidsielert/laravel-vuejs-todo

Last synced: about 2 months ago
JSON representation

A small vue js app with a laravel backend

Awesome Lists containing this project

README

        

#A Small laravel vue.js example
* Uses vue-router
* uses vue-resource

Contains a tasks/todo item manager and a very small vue-router instance

```
composer install
npm install
npm run dev
php artisan migrate
```