魅族充值后台【拆分】 http://jiyan.youxi9.cn/
|
|
há 3 anos atrás | |
|---|---|---|
| .github | há 4 anos atrás | |
| build | há 4 anos atrás | |
| mock | há 4 anos atrás | |
| plop-templates | há 4 anos atrás | |
| public | há 4 anos atrás | |
| src | há 3 anos atrás | |
| tests | há 4 anos atrás | |
| .editorconfig | há 4 anos atrás | |
| .env.development | há 3 anos atrás | |
| .env.production | há 3 anos atrás | |
| .env.staging | há 4 anos atrás | |
| .eslintignore | há 4 anos atrás | |
| .eslintrc.js | há 4 anos atrás | |
| .gitignore | há 4 anos atrás | |
| .travis.yml | há 4 anos atrás | |
| LICENSE | há 4 anos atrás | |
| README.md | há 3 anos atrás | |
| README.zh-CN.md | há 3 anos atrás | |
| babel.config.js | há 4 anos atrás | |
| jest.config.js | há 4 anos atrás | |
| jsconfig.json | há 4 anos atrás | |
| package.json | há 3 anos atrás | |
| plopfile.js | há 4 anos atrás | |
| postcss.config.js | há 4 anos atrás | |
| vue.config.js | há 3 anos atrás | |
| vue.project.config.js | há 4 anos atrás |
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