Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/irerimwenda/vue-todo
- Owner: irerimwenda
- Created: 2019-09-30T10:07:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:45:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:24:09.817Z (over 1 year ago)
- Topics: laravel-framework, todoapp, vue-cli, vuejs
- Language: PHP
- Size: 991 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```