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
支持主流浏览器和IE 10+
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
MIT license.
Copyright (c) 2020 Appleex