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

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

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