Features - VitaminasG/Laravel-Vue-Portfolio GitHub Wiki

Current Site Structure

There are currently two main Vue-router navigation directories.

  • / - Home.vue
  • /OS - Os.vue
  • /* - Error.vue

Mobile Site Structure

  • / - mHome.vue
  • /* - Error.vue

Very basic structure to make separate resource load for mobile.

There is no navigation bar with links because I want to force a user to go through the full experience.

Planned expansion

Currently working under admin dashboard implementation. It will give the option to edit text on some places with API token. After migrating with Laravel artisan command you will have default Admin user with default values. The system will force to update data for the first login attempt. Feel free to check the API branch for current development status.