# nly-adminlte-vue **Repository Path**: lerity/nly-adminlte-vue ## Basic Information - **Project Name**: nly-adminlte-vue - **Description**: 一个 vue2js 的 adminlte3 组件库,包括,折叠板,下拉菜单,日期选择器,标签,表格,表单,模态框,弹出框,提示框,边侧导航,导航,卡片,信息卡等 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://nly-adminlte-vue.nejinn.com - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 6 - **Created**: 2020-05-11 - **Last Updated**: 2022-11-22 ## Categories & Tags **Categories**: vue-extensions, webui **Tags**: None ## README


build result current version vue version adminlte version package quality package LICENSE downloads collaborators


English README || [中文 README](https://github.com/nejinn/nly-adminlte-vue/tree/master/zh) # nly-adminlte-vue > nly-adminlte-vue is based on adminlte3 vue2.js, not need JQ > Welcome to communicating with QQ:927568606 > This is a Alpha Version,Some prop perhaps deprecated in new Version, user caution! # Demo > The Demo is synchronize with master [admin-demo](http://gin-admin.nejinn.com) uusername: admin passowrd:123456 [components-demo](http://nly-adminlte-vue-demo.nejinn.com/#/) [components-demo](https://nejinn.github.io/nly-adminlte-vue-demo/) # Docs > [nly-daminlte-vue-docs](http://nly-adminlte-vue.nejinn.com/) **Note** : The documentation has not been completely migrated to the website. If there is no document on the website, you can view it in the README.md under the corresponding component folder. We also can view docs localhost with `npm run docs-dev`. [docs-dev](#43-install) ## Install ### clone from Github ```js git clone https://github.com/nejinn/nly-adminlte-vue.git npm install npm run serve view example http://localhost:8080 view local docs npm run docs-dev ``` ### npm - import all ```js npm install nly-adminlte-vue main.js import "nly-adminlte-vue/dist/adminlte/css/adminlte.css"; import "nly-adminlte-vue/dist/adminlte/fontawesome-free/css/all.css"; import "nly-adminlte-vue/dist/adminlte/icon/iconfont.css"; import "nly-adminlte-vue/dist/nly-adminlte-vue.css"; import { NlyAdminlteVue, NlyAdminlteVueIcons } from "nly-adminlte-vue"; Vue.use(NlyAdminlteVue); Vue.use(NlyAdminlteVueIcons); ``` - CDN ```html ``` - import one > Just like nly-badge ```js import { NlyBadge } from "nly-adminlte-vue"; Vue.component("nly-badge", NlyBadge); ``` > import Plugin ```js import { badgePlugin } from "nly-adminlte-vue"; Vue.use(badgePlugin); ``` # Thanks jetbrains logo jetbrains logo