项目依赖node如果没有安装node的同事,请自行去官网下载安装 : nodejs
仔细阅读开发规范:开发指南
开发注意点:传送门
组件配置参数说明:传送门
iosApp下载地址:App示例
axios:GitHub
# 将项目克隆到本地
复制 git clone https://github.com/zltech/jdf-phone-ui.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.