onee-io / vue-sell

用Vue实现高仿饿了么商家页面

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Sell

使用 Vue 高仿饿了么商家页面,实现过程参考教程 http://coding.imooc.com/learn/list/74.html, 感谢 @ustbhuangyi 老师的讲解

演示地址:https://vue-sell.onee.io

技术栈

vue + vue-router + axios

编译步骤

# install dependencies
npm install

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

# build for production with minification
npm run build

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

About

用Vue实现高仿饿了么商家页面

License:MIT License


Languages

Language:Vue 70.7%Language:JavaScript 24.0%Language:Stylus 2.7%Language:CSS 2.1%Language:HTML 0.5%