Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Element Admin | 84,740 | 4 | 8 days ago | 7 | August 08, 2020 | 1,317 | mit | Vue | ||
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin | ||||||||||
Storybook | 81,154 | 26,487 | a day ago | 1,044 | December 02, 2023 | 1,787 | mit | TypeScript | ||
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Vue2 Elm | 40,047 | 7 months ago | 110 | gpl-2.0 | Vue | |||||
Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用 | ||||||||||
Fe Interview | 24,237 | 2 days ago | 5,567 | mit | JavaScript | |||||
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能…… | ||||||||||
Iview | 24,007 | 2,691 | 976 | a year ago | 196 | July 17, 2020 | 1,221 | other | Vue | |
A high quality UI Toolkit built on Vue.js 2.0 | ||||||||||
Mpvue | 20,384 | 433 | 82 | 2 years ago | 42 | July 31, 2019 | 471 | mit | JavaScript | |
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。 | ||||||||||
Iview Admin | 15,935 | 9 | 2 years ago | 206 | September 04, 2019 | 611 | mit | Vue | ||
Vue 2.0 admin management system template based on iView | ||||||||||
Electron Vue | 14,434 | 2 years ago | 269 | mit | JavaScript | |||||
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack. | ||||||||||
Vue2 Manage | 13,107 | a year ago | 100 | gpl-2.0 | Vue | |||||
A admin template based on vue + element-ui. 基于vue + element-ui的后台管理系统基于 vue + element-ui 的后台管理系统 | ||||||||||
Webpack | 9,744 | 9 months ago | 182 | mit | JavaScript | |||||
A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction. |
💎 Vue
| English
Github | |
node git ES2015+vuevuexvue-router axios element-uiMock.js
** [email protected]+ [email protected]+**
gitgit clone https://github.com/mgbq/nx-admin.git
npmnpm install
:
1. username: admin
password:
2. username: editor
password:
:
nx-admin project
nx-admin nxmin /
493671066 nx-admin0.9
:src/styles/variables//sidebar
src/views/layout/components/Sidebar/index.vue
<el-menu
mode="vertical"
:show-timeout="200"
:default-active="$route.path"
:collapse="isCollapse"
background-color="#6959CD"
text-color="white"
active-text-color="#42b983"
>
index.htmlloader-wrappe div css
Vue-Quill-Editor
src/router/index.js
{
path: 'VueEditor',
name: 'VueEditor',
component: () => import('@/views/form/VueEditor'),
meta: { title: 'VueEditor' }
},
src/view/form/ VueEditor.vue
npm un vue-quill-editor -S
- /
-
-
-
-
- dev sit stage prod
-
-
-
-
- github
-
-
-
- ()
- Svg Sprite
- mock
- Screenfull
-
-
-
- Markdown
- Excel
- excel
- zip
- excel
- excel
-
-
-
-
- 401
- 404
-
-
- Dialog
-
-
- SplitPane
- Dropzone
- Sticky
- CountTo
-
- Dashboard
- v-charts
- Clipboard()
- Markdown2html
-
- Fontawesome
- vuex,h5sessionStoragelocalStorage
-
- github-emoji
-
-
nx-admin/
#
git clone https://github.com/mgbq/nx-admin.git
#
npm install
# cnpm bug npm
npm install --registry=https://registry.npm.taobao.org
#
npm run dev
#
npm run build:sit
#
npm run build:prod
# --report to build with bundle size analytics
npm run build:prod --report
# --preview to start a server in local to preview
npm run build:prod --preview
# lint code
npm run lint
# auto fix
npm run lint -- --fix
vueAdmin-template,d2admin, avue
MIT Copyright (c) 2018-present nxmin