Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidsielert/laravel-vuejs-todo
- Owner: davidsielert
- Created: 2017-02-02T22:10:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T04:24:50.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T11:44:05.433Z (about 2 months ago)
- Language: JavaScript
- Size: 653 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#A Small laravel vue.js example
* Uses vue-router
* uses vue-resourceContains a tasks/todo item manager and a very small vue-router instance
```
composer install
npm install
npm run dev
php artisan migrate
```