Skip to content

Simple notes app using VueJS, Vuex with Laravel Backend

Notifications You must be signed in to change notification settings

giddyeffects/notes_vuex

Repository files navigation

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.

About

Simple notes app using VueJS, Vuex with Laravel Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published