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-04-24 00:57:57 UTC


README

  • optimized for Vue.js & Bulma

Dependencies

vue-router

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';