A simple notes app done using VueJS, Vuex state management and using a Laravel backend API.
- Clone the repository to
<yourdocumentroot>
git clone https://github.com/giddyeffects/notes_vuex.git <yourdocumentroot>
-
Change directory to
<yourdocumentroot>
and Install PHP dependenciescomposer install
-
Create .env file and fill in your database details and other details as necessary. There is an example available that you can modify.
-
Create and seed your database
php artisan migrate --seed
-
Install Javascript dependencies
npm install
-
Create vendor configs (if not created yet)
php artisan vendor:publish
-
Delete the .git directory.