https://github.com/giddyeffects/notes_vuex
Simple notes app using VueJS, Vuex with Laravel Backend
https://github.com/giddyeffects/notes_vuex
laravel-backend vuejs2 vuex
Last synced: 3 months ago
JSON representation
Simple notes app using VueJS, Vuex with Laravel Backend
- Host: GitHub
- URL: https://github.com/giddyeffects/notes_vuex
- Owner: giddyeffects
- Created: 2017-10-22T10:33:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:31:18.000Z (over 2 years ago)
- Last Synced: 2025-04-13T09:12:36.340Z (3 months ago)
- Topics: laravel-backend, vuejs2, vuex
- Language: PHP
- Size: 883 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuex Notes App
A simple notes app done using VueJS, Vuex state management and using a Laravel backend API.## Installation
1. Clone the repository to ``
`git clone https://github.com/giddyeffects/notes_vuex.git `
2. Change directory to `` and Install PHP dependencies
`composer install`3. Create .env file and fill in your database details and other details as necessary. There is an example available that you can modify.
4. Create and seed your database
`php artisan migrate --seed`5. Install Javascript dependencies
`npm install`6. Create vendor configs (if not created yet)
`php artisan vendor:publish`7. Delete the .git directory.