vue-desktop
A UI library for building admin panel website.
File Explorer
Download Latest Version (.zip)- first-form.png
- README.MD
- accordion.md
- alert.md
- breadcrumb.md
- button.md
- dialog.md
- dropdown.md
- form-field.md
- form.md
- grid.md
- loading-mask.md
- msgbox.md
- navmenu.md
- notification.md
- pagination.md
- panel.md
- popup-mixin.md
- progress-bar.md
- slider.md
- sticky.md
- tabs.md
- tooltip.md
- tree.md
- alert.vue
- button.vue
- dialog.vue
- dropdown.vue
- nav-menu.vue
- progress-bar.vue
- slider.vue
- sticky.vue
- crud.vue
- custom-grid-test.vue
- custom-grid.vue
- grid.vue
- pagination.vue
- tree.vue
- users.json
- editor.vue
- field.vue
- mapping.vue
- schema.js
- tags.vue
- upload.vue
- validation.vue
- mapping.json
- mapping2.json
- accordion.vue
- breadcrumb.vue
- tabs.vue
- loading-mask.vue
- msgbox.vue
- notification.vue
- tooltip.vue
- app.vue
- empty.vue
- index.html
- index.js
- markdown.css
- markdown.js
- util.js
- arrow-down.svg
- arrow-left.svg
- arrow-right.svg
- arrow-up.svg
- close-circle.svg
- close.svg
- config.json
- confirm-circle.svg
- date-trigger.svg
- error.svg
- first.svg
- info.svg
- last.svg
- success.svg
- warning.svg
- alert.vue
- button-group.vue
- button.vue
- dialog.vue
- dropdown-divider.vue
- dropdown-item.vue
- dropdown.vue
- nav-menu-item.vue
- nav-menu.vue
- panel.vue
- progress-bar.vue
- slider.vue
- sticky.vue
- vbox.vue
- grid-body.vue
- grid-column.vue
- grid-header.vue
- grid.vue
- pagination.vue
- tree-node.vue
- tree.vue
- check-group.vue
- check.vue
- field-common.js
- field.vue
- label.vue
- radio.vue
- select.vue
- text.vue
- checkbox.vue
- date-picker.vue
- draggable.js
- form.vue
- index.js
- radio-group.vue
- radio.vue
- select-option.vue
- select.vue
- tags.vue
- text-editor.vue
- time-picker.vue
- upload.vue
- iconfont.css
- iconfont.eot
- iconfont.svg
- iconfont.ttf
- iconfont.woff
- iconfont.woff2
- index.html
- en.js
- index.js
- zh.js
- accordion-panel.vue
- accordion.vue
- breadcrumb-item.vue
- breadcrumb.vue
- tab.vue
- tabs.vue
- cache.js
- format.js
- index.js
- messages.js
- store.js
- validators.js
- dropdown.js
- loading-mask.js
- loading-mask.vue
- msgbox.js
- msgbox.vue
- notification.js
- notification.vue
- tooltip.js
- tooltip.vue
- collapse-transition.css
- collapse-transition.js
- common.css
- index.js
- popover.js
- util.js
- index.html
- index.js
- schema.js
- validator.js
- .babelrc
- .eslintrc.js
- .gitignore
- .npmignore
- Makefile
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/ElemeFE/vue-desktop
Downloads the entire project code from GitHub to your computer.
cd vue-desktop
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install vue vue-i18n vue-desktop
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make dev
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
