Skip to content

missxiaolin/vue-admin

Repository files navigation

admin

A Vue.js project

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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

vue-admin

build/						配置文件
config/						配置文件
dist						打包目录
src							
	api						api
	assets					资源文件
	common					资源文件
			css
			font
			image
			js
	components				view
	route					路由
	store					vuex配置
static
test

接口返回参数定义

{
	"data": []
	"code": 0,
	"message": "",
	"time": "1512112715",
	"_ut": "0.02982"
}
{
	"code": 1000,
	"message": "token非法",
	"time": "1512112715",
	"_ut": "0.02982"
}

vue各种自定义组件库