[](https://travis-ci.org/canjs/can-deep-observable)
npm install can-deep-observable
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'can-deep-observable';
Use require to load can-deep-observable and everything elsecan-deep-observable
needed to create a template that uses :
`js`
var plugin = require("can-deep-observable");
Load the global version of the plugin:
`html``