Skip to content

liaoyinglong/vue-eleme

Repository files navigation

基于vue2.x的仿饿了么项目

移动端

扫二维码在手机上查看效果更好

二维码

二维码

运用技术栈

  • vue
  • vue-resource
  • vue-router
  • webpack
  • express

收获

  • 对前端组件化开发的模式更加熟悉,更好的解决前端页面模版耦合复杂度。
  • 学习了新的一门前端css预处理语言-stylus。

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