Skip to content

janemp/v2pruebas

Repository files navigation

Laravel Vue Vuetify for SISCOCA

built with Laravel 5.7, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 1.3

Included

Installation:

  • Clone the repo
  • Copy .env.example to .env
  • Configure .env
  • Make sure storage/framework/cache, storage/framework/sessions, storage/framework/views directories exist. Run mkdir -p storage/framework/{sessions,views,cache}
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan jwt:secret
  • Run php artisan migrate
  • Run npm install or run yarn

Usage

  • Run npm run hot for live reloading
  • Run npm run prod for production buid

Bonus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published