Vue移动端框架整理

220 阅读1分钟
原文链接: github.com

前期准备

项目依赖node如果没有安装node的同事,请自行去官网下载安装 : nodejs

仔细阅读开发规范:开发指南

开发注意点:传送门

技术栈

vue:官网 GitHub

mint-ui:官网 GitHub

vue-router:官网 GitHub

vuex:官网 GitHub

axios:GitHub

目录结构

 

构建项目

# 将项目克隆到本地
复制 git clone https://github.com/zltech/n22-mobile.git

# 安装项目依赖性
npm install

# 启动项目 
npm run dev

# 编译打包项目
npm run build

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

欢迎Star 如有问题 欢迎issues

For detailed explanation on how things work, checkout the guide and docs for vue-loader.