can-query

v0.1.1
query data
donejs-plugin

can-query

Build Status

query data

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'can-query';

CommonJS use

Use require to load can-query and everything else needed to create a template that uses can-query:

var plugin = require("can-query");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-query/dist/global/can-query.js'></script>
npm i can-query

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 3/29/2018

Downloads

Maintainers