Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 319 Bytes

Slim Framework 3 Skeleton Application + Vue.js + Vue Router

Slim 3 with Vue.js and Vue router

Install the Application

  1. Clone this repo

  2. Composer Install

     composer install
    
  3. NPM Install

     npm install
    
  4. Build

     npm run build
    

Testing

    phpunit