Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yili Real Madrid

中文名:伊利皇马活动

2017年5月25日,皇家马德里俱乐部与伊利集团在西班牙马德里召开战略合作发布会。双方宣布伊利牛奶成为皇马官方营养乳制品,同时将面向中国青少年开展“携手皇马成长加冕”训练营活动,助力中国足球事业蓬勃发展。

伊利皇马活动

开发使用

下载或者克隆到本地
npm run dev 启动应用 npm run build 打包

开发环境

后端接口使用PHP编写
前端技术栈采用Vue2+VueRouter+Webpack+Axios

目录结构

├── README.md----// 项目说明文档
├── node_modules----// 项目依赖包文件夹
├── build----// 编译配置文件,一般不用管
│ ├── build.js
│ ├── check-versions.js
│ ├── dev-client.js
│ ├── dev-server.js
│ ├── utils.js
│ ├── vue-loader.conf.js
│ ├── webpack.base.conf.js
│ ├── webpack.dev.conf.js
│ └── webpack.prod.conf.js
├── config----//项目基本设置文件夹
│ ├── dev.env.js----// 开发配置文件
│ ├── index.js----// 配置主文件
│ └── prod.env.js----// 编译配置文件
├── index.html----// 项目入口文件
├── package-lock.json----// npm5 新增文件,优化性能
├── package.json----// 项目依赖包配置文件
├── src----// 我们的项目的源码编写文件
│ ├── App.vue // APP入口文件
│ ├── api // 接口调用工具文件夹
│ │ └── index.js // 接口调用工具
│ ├── components // 组件文件夹,目前为空
│ ├── config // 项目配置文件夹
│ │ └── index.js // 项目配置文件
│ ├── frame // 子路由文件夹
│ │ └── frame.vue // 默认子路由文件
│ ├── main.js // 项目配置文件
│ ├── page // 我们的页面组件文件夹
│ │ ├── content.vue // 准备些 cnodejs 的内容页面
│ │ └── index.vue// 准备些 cnodejs 的列表页面
│ ├── router // 路由配置文件夹
│ │ └── index.js // 路由配置文件
│ ├── style // scss 样式存放目录
│ │ ├── base // 基础样式存放目录
│ │ │ ├── _base.scss// 基础样式文件
│ │ │ ├── _color.scss//项目颜色配置变量文件
│ │ │ ├── _mixin.scss// scss混入文件
│ │ │ └── _reset.scss//浏览器初始化文件
│ │ ├── scss // 页面样式文件夹
│ │ │ ├── _content.scss//内容页面样式文件
│ │ │ └── _index.scss// 列表样式文件
│ │ └── style.scss // 主样式文件
│ └── utils // 常用工具文件夹
│ └── index.js // 常用工具文件
└── static----// 资源放置目录

开发条件

php环境
node7.0版本
vue2.0脚手架
Element UI
Mysql数据库

预览地址

伊利皇马活动

开发人员

自然是作者啦(v

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.

About

伊利皇马项目

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages