Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infi-pc/locatorjs
https://github.com/infi-pc/locatorjs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infi-pc/locatorjs
- Owner: infi-pc
- Created: 2021-11-28T17:21:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T09:00:47.000Z (3 months ago)
- Last Synced: 2024-12-31T14:09:53.064Z (12 days ago)
- Language: TypeScript
- Homepage: https://www.locatorjs.com
- Size: 39.2 MB
- Stars: 1,442
- Watchers: 11
- Forks: 68
- Open Issues: 75
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-solid-js - LocatorJS - Click on any component to go to it's code. (it's also built with SolidJS) (📦 Components & Libraries / DX)
- popular-dependents-lists - infi-pc/locatorjs - 🌟 921 (Solid / infi-pc/locatorjs)
README
![LocatorJS](./docs/logo-noborders.png)
# LocatorJS
Click on UI Component in the browser to open its code in your IDE.
![Intro](./docs/intro.gif)
go to [www.locatorjs.com](https://www.locatorjs.com) for more info
## Install Browser extension
[Install extension from Chrome Web Store](https://chrome.google.com/webstore/detail/locatorjs/npbfdllefekhdplbkdigpncggmojpefi) (works for Chrome, Brave, Opera and Edge)
[Install extension from Firefox Add-ons](https://addons.mozilla.org/cs/firefox/addon/locatorjs/)
[Extension readme](./apps/extension/README.md) (requirements, troubleshooting, etc)
## Install as a library (or combination with extension)
[installation docs](https://www.locatorjs.com/install)
- [React DevTools based](https://www.locatorjs.com/install/react)
- [React data-id based](https://www.locatorjs.com/install/react-data-id)
- [SolidJS](https://www.locatorjs.com/install/solidjs)
- [Preact](https://www.locatorjs.com/install/preact)
- [Svelte](https://www.locatorjs.com/install/svelte)
- [Vue](https://www.locatorjs.com/install/vue)## Contributing
Feel free to create issue or pull request.
[more info](./contributing.md)
## Similar projects and alternatives
- [click-to-component](https://github.com/ericclemmons/click-to-component)
- [react-dev-inspector](https://github.com/zthxxx/react-dev-inspector)
- [vite-plugin-react-inspector](https://github.com/sudongyuer/vite-plugin-react-inspector)
- [vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/main/packages/vite-plugin-svelte/src/ui/inspector)
- [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector)
- [solid-devtools/locator](https://github.com/thetarnav/solid-devtools/tree/main/packages/locator)
- [code-inspector-plugin](https://github.com/zh-lx/code-inspector)