魅族充值后台【拆分】 http://jiyan.youxi9.cn/
|
|
3 years ago | |
|---|---|---|
| .github | 4 years ago | |
| build | 4 years ago | |
| mock | 4 years ago | |
| plop-templates | 4 years ago | |
| public | 4 years ago | |
| src | 3 years ago | |
| tests | 4 years ago | |
| .editorconfig | 4 years ago | |
| .env | 3 years ago | |
| .env.development | 3 years ago | |
| .env.production | 3 years ago | |
| .env.staging | 4 years ago | |
| .eslintignore | 4 years ago | |
| .eslintrc.js | 4 years ago | |
| .gitignore | 4 years ago | |
| .travis.yml | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 3 years ago | |
| README.zh-CN.md | 3 years ago | |
| babel.config.js | 4 years ago | |
| jest.config.js | 4 years ago | |
| jsconfig.json | 4 years ago | |
| package.json | 3 years ago | |
| plopfile.js | 4 years ago | |
| postcss.config.js | 4 years ago | |
| vue.config.js | 3 years ago | |
| vue.project.config.js | 4 years ago |
English | 简体中文 | 日本語 | Spanish
vue-element-admin is a production-ready front-end solution for admin interfaces. It is based on vue and uses the UI Toolkit element-ui.
vue-element-admin is based on the newest development stack of vue and it has a built-in i18n solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large and complex Single-Page Applications. I believe whatever your needs are, this project will help you.
Gitee 国内用户可访问该地址在线预览
Base template recommends using: vue-admin-template
Desktop: electron-vue-admin
Typescript: vue-typescript-admin-template (Credits: @Armour)
# clone the project
git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git
# enter the project directory
cd vue-element-admin
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9527
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
Copyright (c) 2017-present PanJiaChen