Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irerimwenda/vue-todo

Very basic vue/laravel todo list app.
https://github.com/irerimwenda/vue-todo

laravel-framework todoapp vue-cli vuejs

Last synced: 12 days ago
JSON representation

Very basic vue/laravel todo list app.

Awesome Lists containing this project

README

        

# Vue-Todo
Very basic vue/laravel todo list app. The server is the laravel back-end structure while the client is the vue front-end structure.

## Installation
Server -> Set up your db in the .env file and run migrations.
##
Client -> install node modules including bootsrap plus install axios.

```bash
npm install --save axios
```
Run the app from the client side

```bash
npm run dev
```