All Projects → ishanvyas22 → cakephpvue-spa

ishanvyas22 / cakephpvue-spa

Licence: MIT License
A CakePHP + VueJS single page application skeleton/boilerplate.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
Vue
7211 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to cakephpvue-spa

Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+1472.5%)
Mutual labels:  crud, spa, single-page-app
Angular-Reactive-Demo-Shop
Angular Demo Shop
Stars: ✭ 79 (+97.5%)
Mutual labels:  crud, spa
Laravel-Vue-SPA-template
Template for Single Page Applications built with Laravel and Vue.
Stars: ✭ 22 (-45%)
Mutual labels:  spa, single-page-app
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (+1525%)
Mutual labels:  crud, spa
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (+72.5%)
Mutual labels:  spa, single-page-app
launchlet
Make the web yours.
Stars: ✭ 34 (-15%)
Mutual labels:  spa, single-page-app
CRUD-Laravel-Livewire-SPA
CRUD Laravel 7 & Livewire (SPA) Single Page Application
Stars: ✭ 34 (-15%)
Mutual labels:  spa, single-page-app
elm-spa
Pure Elm library to easily build Single Page Applications
Stars: ✭ 37 (-7.5%)
Mutual labels:  spa, single-page-app
jquery-spa-example
Example Single Page Application build with jQuery
Stars: ✭ 27 (-32.5%)
Mutual labels:  spa, single-page-app
wordpress-svelte
Frontend writen on svelt
Stars: ✭ 17 (-57.5%)
Mutual labels:  spa, single-page-app
spring-boot-react-blog
Token-based blog application using spring boot, react and jwt.
Stars: ✭ 132 (+230%)
Mutual labels:  spa, single-page-app
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-32.5%)
Mutual labels:  spa, single-page-app
ajxnetcore
Its an innovative method to turn an ASP.NET Core Application Into Single Page Application, While enhancing the Software performance both on server and client side.
Stars: ✭ 31 (-22.5%)
Mutual labels:  spa, single-page-app
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+157.5%)
Mutual labels:  spa, single-page-app
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-55%)
Mutual labels:  spa, single-page-app
laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 80 (+100%)
Mutual labels:  spa, single-page-app
crud-view
CakePHP: Automated admin backend based on your CRUD configuration
Stars: ✭ 45 (+12.5%)
Mutual labels:  crud, cakephp
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+3182.5%)
Mutual labels:  crud, single-page-app
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+55%)
Mutual labels:  spa, single-page-app
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (-52.5%)
Mutual labels:  spa, single-page-app

A Basic CakePHP + VueJS Single Page Application

Build Status Latest Stable Version Total Downloads License

A basic CakePHP + VueJS single page application. Provides basic skeleton/boilerplate to quickly get started with CakePHP and Vue.js.

❤️ Support The Development

Do you like this project? Support it by donating:

Buy Me A Coffee

or Paypal me

or Contact me on Codementor

Follow me

Installation

  1. Get project into your system

    Via composer:

    composer create-project ishanvyas22/cakephpvue-spa

    Via cloning the project into your server:

    git clone [email protected]:ishanvyas22/cakephpvue-spa.git
  2. Install composer dependencies

    composer install
  3. Connect with your database

  4. Run the migrations

    bin/cake migrations migrate
  5. Start CakePHP web server or create v-host to run this app.

Development

  1. Install npm packages
    npm install
  2. Run below command (Uses awesome Asset Mix plugin for asset compilation)
    • To watch every changes in your vue file
      npm run watch
    • To generate development version of js file
      npm run dev
    • To generate production version of js file
      npm run prod

Notes

  • This is project is under development currently so you might not want to use this app in production directly.
  • This is just a skeleton/example how you can implement the Vue.js with CakePHP.

Changelog

Please see CHANGELOG for more information about recent changes.

Contribution

I love to welcome your contributions if you know CakePHP / Vue.js.

License

The MIT License (MIT). Please see License File for more information.

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].