/vue-sell

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

Primary LanguageVueMIT LicenseMIT

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