Skip to content

A task-list web application, built with Laravel 5.6 and Vue JS 2

Notifications You must be signed in to change notification settings

roshadsmith/task-vue

Repository files navigation

Requirements

  1. Laravel 5.X
  2. Vue JS 2.X
  3. Node JS
  4. PHPMyAdmin

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

About Vue JS

Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.

Installation

  1. Clone repository
  2. Setup you database - ammend the ".env" file with the following:
    • DB_DATABASE=task-vue
    • DB_USERNAME=root
    • DB_PASSWORD=
  3. Run "npm install"
  4. Run "npm run watch"
  5. Open a second terminal and run "php artisan serve"
  6. Open your browser at http://localhost

About

A task-list web application, built with Laravel 5.6 and Vue JS 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published