pokemonhan / merchand-backend

江湖互娱商户后台(厅主管理后台)-vue 项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jianghu 商户后台

A Vue.js project

Build Setup

avatar

# install dependencies 安装依赖(需要有安装npm)
npm install

# build 打包(打好的包在/dist文件里)

# build 默认打包地址 测试内网(http://api.jianghu.local)
npm run build

# outer 测试外网(http://api.397017.com)
npm run build -- outer

# stg 筹划地址 stg(http://apistg.397017.com)
npm run build -- stg

# ethan (http://api.jianghu.ethan)
npm run build -- ethan

# 任意网址 ,例如 npm run build -- http://abc.com ,那么 api地址为 http://abc.com
npm run build -- http://xxx.com

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

About

江湖互娱商户后台(厅主管理后台)-vue 项目


Languages

Language:Vue 89.9%Language:JavaScript 8.9%Language:CSS 1.1%Language:HTML 0.2%