Skip to content

chenmf6/vue-elm

Repository files navigation

vue-elm

项目简介

Vue 2.0 模仿饿了么

在线演示:请戳这里 (请选择Chrome开发者工具的设备模式)

参考项目:VueDemo_Sell_Eleme

我的其他前端项目

本地运行步骤

# 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