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

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

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