Skip to content

Latest commit

 

History

History
100 lines (91 loc) · 5.36 KB

README.en-CH.md

File metadata and controls

100 lines (91 loc) · 5.36 KB

suo-design-pro Mall

Introduce

这是一个移动端web (H5) 解决方案,以移动端商城为主题,打造一个通用常规解决方案技术模型。

Get-Start

# clone project
git clone https://github.com/suoyuesmile/suo-design-pro.git
# install
yarn
# develop
yarn serve

test

# run test usage
yarn test

build

## build
yarn build

Tutotial

Vue.js

img

mobile webapp and hybrid

img

technology artical

code name status
0001 吃透移动端 1px 完成
0002 吃透移动端 H5 响应式布局 完成
0003 吃透移动端 H5 与 hybrid 完成
0004 吃透 Vue 项目开发实践|16个方面深入前端工程化开发技巧《上》 完成
0005 [吃透 Vue 项目开发实践|16个方面深入前端工程化开发技巧《下》] 计划

Disign Standard

img

Feature

Feature Design

编号 功能模块 名称 页面 计划
1 基础功能 登陆 login 计划
2 基础功能 注册 register 计划
3 通用业务 首页展示 home 计划
4 通用业务 商城展示 mall 计划
5 电商业务 购物车 cart 计划
6 通用业务 个人中心 personal 计划
7 通用业务 资料填写 material 计划
8 商城业务 商品搜索 good-search 计划
9 商城业务 商品列表 good-list 计划
10 商城业务 商品详情 good-detail 计划
11 商城业务 商品订单 good-order 计划
12 通用业务 用户画像 user-portrayal 计划
13 通用业务 消息中心 message-center 计划

Base Components

类型 名称 组件名
1 基础 颜色 app-color
2 基础 字体 app-font
3 基础 图标 app-icon
4 触发 按钮 app-button
5 触发 单栏 app-cell
6 选择 单选 app-radio
7 选择 多选 app-check
8 选择 弹窗选择 app-select
9 选择 下拉 app-select-drop
10 选择 开关 app-switch
11 选择 切换 app-tab
12 选择 评分 app-rate
13 选择 输入框 app-filed
14 提示 提示 app-toast
15 提示 加载 app-loading
16 提示 弹窗 app-dialog

Reference

技术 类型 参考文档 一周快速上手建议时间
1 vue mvvm 框架 https://cn.vuejs.org/index.html 3 天
2 vue-cli4 脚手架 https://github.com/vuejs/vue-cli/tree/v3#vue-cli-- 空闲研究
3 vue-devtools 调试工具 https://github.com/vuejs/vue-devtools 空闲研究
4 vue-router 路由 https://router.vuejs.org/zh/ 1 天
5 vuex 状态管理 https://vuex.vuejs.org/zh/ 1 天
6 sass CSS 预编译 https://www.sasscss.com/getting-started/ 1 小时
7 vant 组件库 https://youzan.github.io/vant/#/zh-CN/intro 半天
8 axios 获取 API 数据 https://github.com/axios/axios 空闲研究
9 eslint 静态检查 https://eslint.org/ 边开发边理解
9 pug 模版 https://juejin.im/post/5e0202fc6fb9a0165721e39a 自行研究
9 rem & pxToRem 屏幕适配 https://juejin.im/post/5df59139518825123e7af459
9 jest 自动化测试 https://juejin.im/post/5df59139518825123e7af459 自行研究

License

MIT

Copyright (c) 2020-present, Suo Shao