Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ElemeFE/vue-desktop

A UI library for building admin panel website.
https://github.com/ElemeFE/vue-desktop

Last synced: 3 months ago
JSON representation

A UI library for building admin panel website.

Awesome Lists containing this project

README

        

## Vue Desktop

A UI library for building admin panel website.

## Install

```Bash
npm install vue vue-i18n vue-desktop
```

## Usage

### All components

Import all components provided by vue-desktop:

```JavaScript
require('vue-desktop')
```

Or

```JavaScript
import components from 'vue-desktop'
```

### Import one component

Replace src to lib in source code.

```JavaScript
export default {
components: {
GridColumn: require('vue-desktop/lib/data/grid-column.vue'),
Grid: require('vue-desktop/lib/data/grid.vue')
}
};
```

```HTML



```

## Dev

```Bash
make dev
```

## Examples

After npm run dev, visit http://localhost:8088/examples.

## License
MIT.