Coder Social home page Coder Social logo

begin's Introduction

Begin - Simple Task Manager

Cover Image Begin is a simple web-based task manager written in Vue at the client side and Lumen on server side.

This project is meant to bring together the Laravel and Vue community to assemble a complete SPA that is built by following some of the best practices followed in both the communities and is meant to serve as a reference for the developers starting to build a full blown SPA with Laravel and Vue. PRs are welcome to illustrate acceptance testing for the JWT api, using vuex with Vue, tests for Vue components etc... Anything that can help structure the application in a better way.

If everyone from the community can contribute in some way to improve this application, within a few days we would have this as a good reference for this kickass combination.(Laravue)

It uses vue-router and browserify to keep everyting nicely separated, and makes use of Laravel Elixir to avoid a huge Gulpfile (Laravel Elixir has nothing to do with the Laravel Framework, this package has no relation to that whatsoever).

Online demo: http://beginapp.herokuapp.com

Installation

Step 1: Clone the repo

git clone https://github.com/rajabishek/begin

Step 2: Prerequisites

This will install the dependencies of this website. It will pull in several packages like Lumen Framework, Vue, Vueify, vue-router, gulp and Laravel Elixir (this is just magic syntactical sugar for gulp, basically).

composer install
php artisan migrate
php artisan jwt:secret
npm install

Step 3: Run Gulp

gulp --production

Step 4: Serve

php artisan serve

Note about Apache

If you use Apache to serve this, you will need to add the following 2 lines to your .htaccess (or your virtualhost configuration):

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

License

MIT License. See LICENSE file.

Credits

Begin is built on the shoulder of the giants. My sincere thanks go to:

  • Evan You for the awesome Vue
  • Taylor Otwell and Graham Campbell for their work on Laravel and Lumen
  • Jeffrey Way for Laravel Elixir and the amazing Vue series on Laracasts
  • Sean Tymon for the awesome JSON Web Token Authentication package for Laravel & Lumen
  • The authors of all JavaScript and PHP packages used in the project โ€“ Iโ€™ve literally got the best of both worlds.

begin's People

Contributors

rajabishek avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.