Skip to content

hminghe/md-admin-element-plus

Repository files navigation

Mocking up web app with MDAdmin(speed)


Live Demo


English | 简体中文


Features


Pre-packed

UI Frameworks

  • Element Plus - A Vue.js 3 UI Library made by Element team
  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Try it now!

md-admin requires Node >=14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit hminghe/md-admin-element-plus md-admin
cd md-admin
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in .env
  • Change the favicon in public
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.