Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 797 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 797 Bytes

build build

devtool-meteor

Meteor destructs our beautiful earth when devtools invoked.

Usage

In a browser:

<script src="devtool-meteor.js"></script>

Using npm:

$ npm install --save devtool-meteor
require('devtool-meteor');

DEMO app

Install

npm install

This code is tested with node.js 8.6.0

Build & Launch Server

npm start

Run

Open http://localhost:1234 in your chrome browser and press F12 key to open the devtools.

etc

For more information. see Qiita in Japanese.