/admin-demo

澳猫团后台管理系统(前端vue代码)

Primary LanguageVue

admin-demo

AomaoManagementSystem-View

Corresponding server warehouse address:

    https://gitee.com/kleinlsl/aomaomanage
or
    https://github.com/kleinlsl/aomaomanage

clone

# clone warehouse
$ git clone https://gitee.com/kleinlsl/admin-demo.git
or
$ git clone https://github.com/kleinlsl/admin-demo.git

Configuration

# >cd src/api/
# vi api.js
# Modify baseUrl=#{Your server address}

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.