Essential JS 2 FileManager Component for Vue
npm install @syncfusion/ej2-vue-filemanagerThe Vue FileManager component is a graphical user interface that allows users to manage their file system in an intuitive and efficient manner. With this component, you can easily access, edit, upload, download, and organize files and folders. It also offers a convenient way to browse and select items from the file system.
Getting Started.
Online demos.
Learn more

Trusted by the world's leading companies

You can use Vue CLI to setup your Vue 2 applications.To install Vue CLI use the following commands.
``bash`
npm install -g @vue/cli
vue create quickstart
cd quickstart
npm run serveDefault ([Vue 2] babel, eslint)
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option from the menu.
All Syncfusion Vue packages are published in npmjs.com registry. To install Vue FileManager package, use the following command.
`bash`
npm install @syncfusion/ej2-vue-filemanager --save
You can register the FileManager component in your application by using the Vue.use(). Refer to the code example given below.
`typescript
import { FileManagerPlugin } from "@syncfusion/ej2-vue-filemanager";
Vue.use(FileManagerPlugin);
`
> Registering FileManagerPlugin in vue, will register the FileManager component along with its required child directives globally.
Add CSS references needed for FileManager in style section of the App.vue file from ../node_modules/@syncfusion package folder.
`css`
Add the Vue FileManager by using ejs-filemanager selector in template section of the App.vue file.
`html``
> Refer the Getting Started with Vue3 for using Syncfusion Vue FileManager components in Vue 3 applications.
The FileManager component is also offered in the following list of frameworks.
|
JavaScript |
Angular |
React |
ASP.NET Core |
ASP.NET MVC |
| :-----: | :-----: | :-----: | :-----: | :-----: |
* Theme Studio
* What's New
* Road Map
* E-Books
Product support is available through the following mediums.
* Support ticket - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
* Community forum
* GitHub issues
* Request feature or report bug
* Live chat
Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.
> This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. To acquire a license for 140+ Vue UI components, you can purchase or start a free 30-day trial.
> A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
See LICENSE FILE for more info.
© Copyright 2026 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.