/mymt-app

my meituan vue2.0 app

Primary LanguageVue

mymt-app

A Vue.js project

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.

使用桥接工具可以使用低版本的vue

  • 构建项目 vue init webpack mymt-app 下载路由 安装esLitn代码规范 不要单元测试
  • 构建完成后 cd mymt-app进入项目 npm run dev运行 3.0版本下是npm run serve运行
  • 公共模板 layout
  • default.vue上中下模板
  • npm i element-ui -S下载element-ui插件 main.js引入element-ui