luckyframework/lucky_cli

Easier access to mobile dev locally

开放

#602 创建于 2021年2月3日

 (2 条评论) (0 个反应) (0 位负责人)HTML (49 个派生)auto 404
feature requesthacktoberfest

仓库指标

星标
 (92 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Granted, it's easy these days to open dev tools and select responsive design to test CSS, but we all know that 90% of the time when you load your site up on an actual mobile device, the browsers don't behave the same.

To make this easier on people, when you run lucky dev locally, we should print a giant QR code to the terminal that you can point your phone camera at to load up your site locally. This would just generate a local URL like http://192.123.1.1:3000 or whatever. The mobile dev framework Expo has something like this, except theirs does expo://.

贡献者指南