metalralf / lumen-vue-base

This repo contains the Lumen micro framework, Laravel Mix, Vue, Vue-Router and Vue-Meta.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official Documentation

Documentation for the framework can be found on the Lumen website. Laravel documentation is helpful too.

The repo contains the following

  • Lumen 6.x
  • Laravel Mix
  • Vue
  • Vuex
  • Vue Router
  • Vue Meta
  • Vuetify

Steps after pull

composer install
npm install

Create an .env file from .env.example and set it up.

Steps during development

Frontend Mixing for development: npm run dev or npm run watch

Frontend Mixing for production: npm run prod

If you want to serve

php -S localhost:8000 -t public

About

This repo contains the Lumen micro framework, Laravel Mix, Vue, Vue-Router and Vue-Meta.


Languages

Language:PHP 81.2%Language:Blade 10.5%Language:JavaScript 6.7%Language:Shell 1.6%