admin-base-tmpl icon indicating copy to clipboard operation
admin-base-tmpl copied to clipboard

⚡️基于vite2构建的vue2+typescript+elementUI 的后台基础套件,预览地址

logo

vite version Awesome

ABT:admin base template

English | 中文

Introduction

admin-base-template is a free and open source admin template kit. using vite2. Technology stack is Vue2,Element UI,Typescript.

Preview

Demo: admin-base-template

pewview

Base module

  • [x] Login/Logout: token manage
  • [x] Permission: router/element/api
  • [x] Multi-language: Surport image
  • [x] Theme Handover: using css var()
  • [x] Responsive Layout: forPC/iPad/Phone
  • [x] Mock Data(mock/ Api)

ToDo

  • [ ] Code refactoring style for Element UI using css var()
  • [ ] add Material Design style

Mock Data

Mock Data can Using ~~vite-plugin-mock~~, or you can run mock-api in local

Install

npm install

Development

npm run dev

Production

npm run build

Preview

npm run serve

Acknowledgements