You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubin d47ee57b3c
'commit'
11 months ago
..
build 'commit' 11 months ago
config 'commit' 11 months ago
deploy 'commit' 11 months ago
src 'commit' 11 months ago
static 'commit' 11 months ago
.babelrc 'commit' 11 months ago
.dockerignore 'commit' 11 months ago
.editorconfig 'commit' 11 months ago
.eslintignore 'commit' 11 months ago
.eslintrc.js 'commit' 11 months ago
.gitignore 'commit' 11 months ago
.postcssrc.js 'commit' 11 months ago
.prettierrc.js 'commit' 11 months ago
.travis.yml 'commit' 11 months ago
Dockerfile 'commit' 11 months ago
Jenkinsfile 'commit' 11 months ago
Jenkinsfile-show 'commit' 11 months ago
Jenkinsfile-ylt 'commit' 11 months ago
LICENSE 'commit' 11 months ago
README.md 'commit' 11 months ago
README.zh-CN.md 'commit' 11 months ago
curd-template.vue 'commit' 11 months ago
index.html 'commit' 11 months ago
jsconfig.json 'commit' 11 months ago
ms-manager-saas.code-workspace 'commit' 11 months ago
package-lock.json 'commit' 11 months ago
package.json 'commit' 11 months ago
report.20200522.194716.12916.001.json 'commit' 11 months ago
shell.sh 'commit' 11 months ago

README.md

English | 简体中文

Introduction

驿莱特后台管理主分支

Features

- Login / Logout
- Permission authentication
- Multi-environment build
- Dynamic sidebar (supports multi-level routing)
- Dynamic breadcrumb
- I18n
- Customizable theme
- Tags-view(Tab page Support right-click operation)
- Rich text editor
- Markdown editor
- JSON editor
- Screenfull
- Drag and drop list
- Svg Sprite
- Dashboard
- Mock data
- Echarts
- Clipboard
- 401/404 error page
- Error log
- Export excel
- Export zip
- Front-end visualization excel
- Tree Table
- Table example
- Dynamictable example
- Drag and drop table example
- Inline edit table example
- Form example
- Two-step login
- SplitPane
- Dropzone
- Sticky
- CountTo
- Markdown to html

Getting started

# clone the project
git clone https://github.com/PanJiaChen/vue-element-admin.git

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9527.

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod

Advanced

# --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