Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.01 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.01 KB

SPA-Laravel-Vue-CRUD

Todo list SPA in Laravel/Vue using CRUD operations w/ an SQLite database.

Getting Started

  • Ensure Laravel & MySQL are installed and up to date

  • Clone this repository to the desired directory

  • Enter the directory

cd directorypath
  • Install the required node modules
npm install
  • Install vue, vue-router and vue-axios
npm install vue vue-router vue-axios --save

Executing the Application

  • Compile Vue components
npm run dev
  • Run development server
sudo php artisan serve

Screenshots

Home (List tasks)

Add

Amend

Delete