Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.04 KB

README-zh.md

File metadata and controls

63 lines (43 loc) · 2.04 KB

Aplex vuetify admin

English | 简体中文

这是一个用vue搭建的简单后台管理项目,其中结合了vuetify 和 material等多种UI框架,满足部分业务需求.

操作步骤

# clone the project
git clone https://github.com/Appleec/aplex-vuetify-admin.git

# enter the project directory
cd aplex-vuetify-admin

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:7000

打包构建

# 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

配置定制

See Configuration Reference.

浏览器支持

支持主流浏览器和IE 10+

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

许可证

MIT license.

Copyright (c) 2020 Appleex