Skip to content

ElemeFE/vue-desktop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vue Desktop

A UI library for building admin panel website.

Install

npm install vue vue-i18n vue-desktop

Usage

All components

Import all components provided by vue-desktop:

require('vue-desktop')

Or

import components from 'vue-desktop'

Import one component

Replace src to lib in source code.

export default {
  components: {
    GridColumn: require('vue-desktop/lib/data/grid-column.vue'),
    Grid: require('vue-desktop/lib/data/grid.vue')
  }
};
<grid>
  <grid-column label="test1"></grid-column>
  <grid-column label="test2"></grid-column>
  <grid-column label="test3"></grid-column>
</grid>

Dev

make dev

Examples

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

License

MIT.

About

A UI library for building admin panel website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published