Git Product home page Git Product logo

zlux-file-explorer's Introduction

This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.

File Explorer

This application is used to display files & folder from USS, along with increasing support for datasets.

Standalone version

Install

Download NodeJS & npm. Go inside the webClient folder. Execute npm install to install dependencies.

Build

Execute npm run build inside the webClient folder to compile, or execute npm start to begin real-time compilation & building.

Widget version (src-for-widgets branch)

You don't need to install or build the widget version of the File Explorer. Instead, it can be embedded as an Angular component for use in your own application.

Embedding

Navigate to your application's package.json file. Under devDepencies, add a "@zlux/file-explorer": "git+ssh://[email protected]:zowe/zlux-file-explorer.git#src-for-widgets", listing. Execute npm install inside your host application to install File Explorer dependencies.

Then, navigate to your application's module file. Import the File Explorer module by adding import { FileExplorerModule } from '@zlux/file-explorer/src/plugin'; and then, add the File Explorer module into your application's module.

FileExplorerModule,
...,

Now, in your application's HTML file, given they are within the scope of your module, you can import the File Explorer widget as <zlux-file-explorer (nodeClick)="onNodeClick($event)"></zlux-file-explorer> with an optional (style) input to specify the color, size, or other properties of the main tree container.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.

zlux-file-explorer's People

Contributors

1000turquoisepogs avatar dependabot[bot] avatar divergenteuropeans avatar raymondyanli avatar startup-engineer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.