# vuefinder **Repository Path**: findroot/vuefinder ## Basic Information - **Project Name**: vuefinder - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-07 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vuefinder File Manager #### Readme in progress.. The project is also still in its early stages. #### List of dependencies: - @fortawesome/fontawesome-svg-core, - @fortawesome/free-solid-svg-icons, - @fortawesome/vue-fontawesome, - axios, - date-fns/format, - dragselect, - vue #### Installation ``` npm install vuefinder ``` #### Usage ````javascript import Vue from 'vue'; import vuefinder from 'vuefinder/src/Finder.vue'; Vue.component('vuefinder', vuefinder); var app = new Vue({ el: '#app' }); ```` When you register the sfc component it will be available as simple as the code below. ````vue