vilbur / biography
Biography for development of packages for Laravel
dev-master
2018-04-09 22:31 UTC
This package is not auto-updated.
Last update: 2024-11-06 04:04:17 UTC
README
- optimized for Vue.js & Bulma
Dependencies
Install
composer require vilbur/biography @dev
Publish files
php artisan vendor:publish --tag="vilbur/biography"
app.js
// import vilbur-biography view const Biography = () => import('./biography/views/biography.vue'); // routes for vue-router const router = new VueRouter({ routes: { path: '/biography', name: 'biography', component: Biography }, });
app.scss
@import 'biography/biography.scss';