Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1023 Bytes

README.md

File metadata and controls

70 lines (47 loc) · 1023 Bytes

CNode移动版

版本

链接 链接
vue版 angular版

亮点

1、涵盖vue及其全家桶常用知识点

2、解决苹果手机橡皮筋效果和微信下拉露底效果

效果

最终效果

注意事项

1、CSS代码使用了Scss编写

2、页面滚动使用better-scroll插件

3、本地存储使用good-storage插件

4、时间格式化使用moment插件

功能实现

01、首页展示(包含上拉加载,下拉刷新,浏览状态保留)

02、详情页展示

03、用户详情页展示

04、登录、退出功能

05、用户收藏页展示(需登录)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint