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.
|
11 months ago | |
---|---|---|
.. | ||
build | 11 months ago | |
config | 11 months ago | |
deploy | 11 months ago | |
src | 11 months ago | |
static | 11 months ago | |
.babelrc | 11 months ago | |
.dockerignore | 11 months ago | |
.editorconfig | 11 months ago | |
.eslintignore | 11 months ago | |
.eslintrc.js | 11 months ago | |
.gitignore | 11 months ago | |
.postcssrc.js | 11 months ago | |
.prettierrc.js | 11 months ago | |
.travis.yml | 11 months ago | |
Dockerfile | 11 months ago | |
Jenkinsfile | 11 months ago | |
Jenkinsfile-show | 11 months ago | |
Jenkinsfile-ylt | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
README.zh-CN.md | 11 months ago | |
curd-template.vue | 11 months ago | |
index.html | 11 months ago | |
jsconfig.json | 11 months ago | |
ms-manager-saas.code-workspace | 11 months ago | |
package-lock.json | 11 months ago | |
package.json | 11 months ago | |
report.20200522.194716.12916.001.json | 11 months ago | |
shell.sh | 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