# simpleBook **Repository Path**: Mihansy/simpleBook ## Basic Information - **Project Name**: simpleBook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-17 - **Last Updated**: 2022-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplebook 仿简书网站 ## 技术框架 es6 + vue2.x + vue/cli 3.x + vue-router + axios + elementUI + scss ## 数据来源 Easy mock ## 效果图 登录/注册 ![](http://m.qpic.cn/psb?/V14Sasgq1wPqMI/ZuuW32p6V6c638kFoc4q7odeqVlijfzC9Ljiy0VYxqI!/b/dIMAAAAAAAAA&bo=qwKwAgAAAAADFyk!&rf=viewer_4) 首页 ![首页-发现页](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/SLqcbnNZ4LcGRFQn7k98vcKK3ezG*7yFA.Fe0N*wO40!/r/dL8AAAAAAAAA "首页-发现页") 关注页 ![关注页](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/Qq3mPTNaZJ4TuyQLtjcKykn6E37eSS9euRvx..27HHg!/r/dDYBAAAAAAAA "关注页") 消息页 ![](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/wqhGQ.qG9vA5E*ZcFU3ZiAWA1W6AlpblOGVba6fRYpw!/r/dFEBAAAAAAAA) 个人主页 ![](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/d6GbPlxhR9Hk5r2DjMxdUTQJK7Tw*WSPyZUeUeUXk9s!/r/dMMAAAAAAAAA) 搜索结果页 ![](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/5ylrZ8RkXGli8*FTNLtg0rIEFQQsmJdxXqQRxH6bTzc!/r/dL8AAAAAAAAA) 专题页 ![](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/ZuY6XuYmVIbQWIesUAPRCcCi3xoStv01Z0OkWLsVff4!/r/dL4AAAAAAAAA) 文章详情页 ![](http://r.photo.store.qq.com/psb?/V14Sasgq1wPqMI/or0yBcH5PoepPZkHqIyfBuQE8ukH6sIh3fZtHHOoBTE!/r/dL8AAAAAAAAA) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).