All Projects → bakery → Meteor Devtools

bakery / Meteor Devtools

Licence: mit
⚡Chrome Dev tools extension for Meteorjs apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Meteor DevTools Extension

Meteor Dev Tools Chrome Extension

Build Status Dependency Status devDependency Status ES-2015

Meteor Devtools (MD) is an extension for Chrome Developer Tools that makes the process of developing Meteor apps even more enjoyable. It also allows you to look under the hood of existing applications and learn how they are built. MD includes a plugin framework and currrently comes with 3 plugins: DDP Monitor, Blaze Inspector and MiniMongo Explorer. You can install it from Chrome Web Store.

Development

Running local dev server

npm start

Running tests while developing (with reload)

npm test -- --watch

Building chrome extension for local testing (result in ./chrome)

npm run chrome

Building chrome extension for production (result in ./chrome)

npm run chrome:build

Credits

Meteor Devtools Extension is made by Meteor loving folks at The Bakery. Blaze Inspector is inspired by React Devtools and uses Element highlighter from that project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].