Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 715 Bytes

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 <yourdocumentroot>

git clone https://github.com/giddyeffects/notes_vuex.git <yourdocumentroot>

  1. Change directory to <yourdocumentroot> and Install PHP dependencies composer install

  2. Create .env file and fill in your database details and other details as necessary. There is an example available that you can modify.

  3. Create and seed your database php artisan migrate --seed

  4. Install Javascript dependencies npm install

  5. Create vendor configs (if not created yet) php artisan vendor:publish

  6. Delete the .git directory.