# smart-developer **Repository Path**: edwinfound/smart-developer ## Basic Information - **Project Name**: smart-developer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-16 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Smart Developer > 一个给开发者使用的Chrome插件 ## 直接安装 可以直接在Google Store安装插件 https://chrome.google.com/webstore/detail/smartdeveloper/pofpjekhccfpopfalcdjlngdfklnlacf ## 本地编译 ``` bash # 安装依赖 npm install # 调试环境运行,启动后访问 http://localhost:8080/extension/ npm run dev # 直接构建发布版本 npm run build ``` ## 截图 ![image](https://raw.githubusercontent.com/edwinfound/smart-developer/master/snapshot/logo.jpg) ![image](https://raw.githubusercontent.com/edwinfound/smart-developer/master/snapshot/example.jpg) ## License MIT