Giter VIP home page Giter VIP logo

cakephpvue-spa's Introduction

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.

cakephpvue-spa's People

Contributors

deepsourcebot avatar dependabot[bot] avatar ishan-biztech avatar ishanvyas22 avatar

Watchers

 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.