魅族充值后台【拆分】 http://jiyan.youxi9.cn/

wen 8e6379bd1a update %!s(int64=3) %!d(string=hai) anos
.github 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
build 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
mock 110ff7ee5e v1.9 %!s(int64=4) %!d(string=hai) anos
plop-templates 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
public 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
src 8e6379bd1a update %!s(int64=3) %!d(string=hai) anos
tests 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.editorconfig 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.env.development ccd6cf7567 v1.9.2 %!s(int64=3) %!d(string=hai) anos
.env.production ccd6cf7567 v1.9.2 %!s(int64=3) %!d(string=hai) anos
.env.staging 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.eslintignore 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.eslintrc.js 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.gitignore 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
.travis.yml 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
LICENSE 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
README.md ccd6cf7567 v1.9.2 %!s(int64=3) %!d(string=hai) anos
README.zh-CN.md ccd6cf7567 v1.9.2 %!s(int64=3) %!d(string=hai) anos
babel.config.js 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
jest.config.js 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
jsconfig.json 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
package.json 6d3bb75abb update %!s(int64=3) %!d(string=hai) anos
plopfile.js 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
postcss.config.js 824880c56e first commit %!s(int64=4) %!d(string=hai) anos
vue.config.js 6d3bb75abb update %!s(int64=3) %!d(string=hai) anos
vue.project.config.js 43a40ba3c0 功能优化+完善 %!s(int64=4) %!d(string=hai) anos

README.md

vue element-ui Build Status license GitHub release gitter donate

English | 简体中文 | 日本語 | Spanish

Introduction

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.

Getting started

# 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

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# 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

License

MIT

Copyright (c) 2017-present PanJiaChen