All Projects → wokes → Laravel-Vue-SPA-template

wokes / Laravel-Vue-SPA-template

Licence: other
Template for Single Page Applications built with Laravel and Vue.

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to Laravel-Vue-SPA-template

Vue Stack 2.0
Vue 2.0 Project Boilerplate
Stars: ✭ 166 (+654.55%)
Mutual labels:  spa, single-page-app, vue-router
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (+309.09%)
Mutual labels:  spa, single-page-app, vue-router
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (+540.91%)
Mutual labels:  spa, single-page-app, vue-router
Knockout Spa
A mini but full-fledged SPA framework and boilerplate to build SPAs fast and scalable
Stars: ✭ 145 (+559.09%)
Mutual labels:  spa, single-page-app
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (+445.45%)
Mutual labels:  spa, vue-router
Senna.js
🌱 A blazing-fast Single Page Application engine
Stars: ✭ 1,728 (+7754.55%)
Mutual labels:  spa, single-page-app
Symfony Vuejs
Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"
Stars: ✭ 170 (+672.73%)
Mutual labels:  spa, vue-router
Json Schema Editor
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Stars: ✭ 194 (+781.82%)
Mutual labels:  spa, single-page-app
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (+213.64%)
Mutual labels:  spa, single-page-app
elm-spa
Pure Elm library to easily build Single Page Applications
Stars: ✭ 37 (+68.18%)
Mutual labels:  spa, single-page-app
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+181.82%)
Mutual labels:  spa, single-page-app
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-18.18%)
Mutual labels:  spa, single-page-app
Universal Router
A simple middleware-style router for isomorphic JavaScript web apps
Stars: ✭ 1,598 (+7163.64%)
Mutual labels:  spa, single-page-app
Vue Spa Project
vue.js + vuex + vue-router + fetch + element-ui + es6 + webpack + mock 纯前端SPA项目开发实践
Stars: ✭ 118 (+436.36%)
Mutual labels:  spa, vue-router
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (+386.36%)
Mutual labels:  spa, vue-router
Vuejs Wordpress Theme Starter
A WordPress theme with the guts ripped out and replaced with Vue.
Stars: ✭ 1,359 (+6077.27%)
Mutual labels:  spa, vue-router
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (+22.73%)
Mutual labels:  spa, single-page-app
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (+331.82%)
Mutual labels:  spa, single-page-app
Sr mini
A single file Rails app that will have you running a StimulusReflex and CableReady demo in just 2 steps.
Stars: ✭ 98 (+345.45%)
Mutual labels:  spa, single-page-app
Mmf Blog Vue2
mmf-blog vue2.0 (vue2, vue-router, vuex)
Stars: ✭ 232 (+954.55%)
Mutual labels:  spa, vue-router

CircleCI

Laravel-Vue-SPA-template

A template for Single Page Application built with Laravel and Vue.

Installation

Set up your .env file

composer install
npm install
npm run dev

php artisan migrate
php artisan key:generate
php artisan passport:install

php artisan serve    <- see 'Worth noting' below

Features included out of the box:

  • CircleCI configuration
  • Token auth powered by Laravel Passport
  • Vue.js frontend with Vuex and Vue Router, utilizing auth API endpoints for registration, login and retrieval of currently logged in user

Worth noting

  • User IDs are UUIDs instead of integers
  • Laravel is configured so that web server accesses base directory, not /public. To run it locally with php artisan serve, copy index.php in base directory and rename it to server.php.
  • Frontend can be accessed at localhost:8000/app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].