Example Laravel 10 Application with an example vue-fusioncharts on dashboard.vue
Budget: $30 – $250 AUD
All I need is a blank Laravel 10 project, using Breeze / Dark theme / Inertia / VueJS that runs a vue-fusioncharts chart on the logged in dashboard.
Please recreate the graph from https://www.fusioncharts.com/dev/getting-started/vue/your-first-chart-using-vuejs
I simply need to learn from you how to get vue-fusioncharts working in my Laravel app
Process:
Install Laravel 10
Choose the Breeze Framework
Choose the Dark theme
Choose Inertia / Vue
Edit the Dashboard.vue file and recreate the graph at https://www.fusioncharts.com/dev/getting-started/vue/your-first-chart-using-vuejs
You must not refer to external CDN hosted files.
The deliverable will be a ZIPPED version of your whole laravel project
You must use Laravel 10 and Php 8.2
There is NO application functionality required. I simply need best practice to get a SINGLE vue-fusioncharts working on the Dashboard.vue page as rendered by Inertia
ie:
Route::get('/dashboard', function () {
return Inertia::render('Dashboard');
})->middleware(['auth', 'verified'])->name('dashboard');
I need this immediately!
Please recreate the graph from https://www.fusioncharts.com/dev/getting-started/vue/your-first-chart-using-vuejs
I simply need to learn from you how to get vue-fusioncharts working in my Laravel app
Process:
Install Laravel 10
Choose the Breeze Framework
Choose the Dark theme
Choose Inertia / Vue
Edit the Dashboard.vue file and recreate the graph at https://www.fusioncharts.com/dev/getting-started/vue/your-first-chart-using-vuejs
You must not refer to external CDN hosted files.
The deliverable will be a ZIPPED version of your whole laravel project
You must use Laravel 10 and Php 8.2
There is NO application functionality required. I simply need best practice to get a SINGLE vue-fusioncharts working on the Dashboard.vue page as rendered by Inertia
ie:
Route::get('/dashboard', function () {
return Inertia::render('Dashboard');
})->middleware(['auth', 'verified'])->name('dashboard');
I need this immediately!