All Projects → appbone → Element Ui Admin

appbone / Element Ui Admin

Licence: mit
基于 element-ui 的单页面后台管理项目模版

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Element Ui Admin

Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (+88.68%)
Mutual labels:  boilerplate, spa
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+4018.87%)
Mutual labels:  boilerplate, spa
Plato
❤️ a Boilerplate for [mobile] SPAs use vue, vuex, vue-router
Stars: ✭ 283 (+166.98%)
Mutual labels:  boilerplate, spa
Knockout Spa
A mini but full-fledged SPA framework and boilerplate to build SPAs fast and scalable
Stars: ✭ 145 (+36.79%)
Mutual labels:  boilerplate, spa
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+804.72%)
Mutual labels:  boilerplate, spa
Go Vue Starter
Starter project - Golang api, Vue.js client with user management and jwt authentication
Stars: ✭ 176 (+66.04%)
Mutual labels:  boilerplate, spa
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+262.26%)
Mutual labels:  boilerplate, spa
Vue Stack 2.0
Vue 2.0 Project Boilerplate
Stars: ✭ 166 (+56.6%)
Mutual labels:  boilerplate, spa
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+493.4%)
Mutual labels:  boilerplate, spa
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+465.09%)
Mutual labels:  boilerplate, spa
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (+20.75%)
Mutual labels:  boilerplate, spa
Vue Mix
Bootstrap your Vue 2.0 SPA in less than 2 minutes.
Stars: ✭ 69 (-34.91%)
Mutual labels:  boilerplate, spa
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+222.64%)
Mutual labels:  boilerplate, spa
Beauty Vuejs Boilerplate
❤️ Real world base Vue.js app. Access/refresh tokens auth, api services, http client, vuex modules
Stars: ✭ 583 (+450%)
Mutual labels:  boilerplate, spa
Webvr Webpack Boilerplate
A webvr multi-scenes Single-page application for three.js, webpack
Stars: ✭ 47 (-55.66%)
Mutual labels:  boilerplate, spa
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-19.81%)
Mutual labels:  boilerplate, spa
Vuejs Wordpress Theme Starter
A WordPress theme with the guts ripped out and replaced with Vue.
Stars: ✭ 1,359 (+1182.08%)
Mutual labels:  spa
Gdindex
A Google Drive Index built with Vue Running on CloudFlare Workers
Stars: ✭ 1,384 (+1205.66%)
Mutual labels:  spa
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (-6.6%)
Mutual labels:  boilerplate
Phaser Ts Boilerplate
The boilerplate for Phaser 2 we use internally at Azerion
Stars: ✭ 98 (-7.55%)
Mutual labels:  boilerplate

element-ui-admin

基于 element-ui 的单页面后台管理项目模版

element-ui-admin-snapshot

技术栈

element-ui-admin 项目演示

  • vue
  • vue-resource
  • vue-router
  • element-ui
  • 基于路由配置的导航菜单
  • 基于路由配置的面包屑
  • 按路由异步加载

使用方法

项目模版基于 webpack-driven-web, 使用方法请参考 webpack-driven-web

目录说明

element-ui-admin/
├── src/
|   |── home/  -- 首页
|   |── event/ -- 活动页
|   |── user/  -- 账户页
|   └── lib/
|       └── app/
|           |── navbar/            -- 顶部导航组件
|           |── router-nav/        -- 基于路由配置的导航菜单组件
|           |── main-content/      -- 主要内容组件
|           |── router-breadcrumb/ -- 基于路由配置的面包屑组件
|           |── notfound/          -- 未找到路由时显示的组件
|           |── app.vue            -- 页面布局组件
|           └── routes.js          -- 路由配置
├── dist/
├── config/
|── package.json
└── webpack.config.js

参考

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].