JSPM

marko

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16372
  • Score
    100M100P100Q128315F
  • License MIT

Marko is an extensible, streaming, asynchronous, high performance, HTML-based templating language that can be used in Node.js or in the browser.

Package Exports

  • marko
  • marko/browser-refresh
  • marko/compiler
  • marko/compiler/Builder
  • marko/compiler/CodeGenerator
  • marko/compiler/CodeWriter
  • marko/compiler/CompileContext
  • marko/compiler/HtmlJsParser
  • marko/compiler/Parser
  • marko/compiler/ast/Literal
  • marko/compiler/config
  • marko/compiler/taglib-finder
  • marko/compiler/util/adjustIndent
  • marko/components
  • marko/components/Component
  • marko/components/legacy
  • marko/components/taglib/init-components-tag
  • marko/components/taglib/preserve-tag
  • marko/defineRenderer
  • marko/express
  • marko/hot-reload
  • marko/html
  • marko/jquery
  • marko/node-require
  • marko/node-require-browser.js
  • marko/node-require.js
  • marko/package
  • marko/package.json
  • marko/ready
  • marko/runtime/helper-loadTemplate
  • marko/runtime/helper-merge
  • marko/runtime/html
  • marko/runtime/html/AsyncStream
  • marko/runtime/html/escape
  • marko/runtime/html/helpers
  • marko/runtime/loader
  • marko/runtime/vdom
  • marko/runtime/vdom/AsyncVDOMBuilder
  • marko/runtime/vdom/VElement
  • marko/runtime/vdom/vdom
  • marko/taglibs/async/await-reorderer-tag
  • marko/taglibs/async/await-tag
  • marko/taglibs/core/include-tag
  • marko/taglibs/core/util/parseFor.js
  • marko/taglibs/core/util/parseImport.js
  • marko/taglibs/layout/placeholder-tag
  • marko/taglibs/layout/put-tag
  • marko/taglibs/layout/use-tag

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (marko) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Marko logo

Marko is a friendly (and fast!) UI library that makes building web apps fun. Learn more on markojs.com, and even Try Marko Online!

Build Status Coverage Status Gitter NPM Downloads

Get Involved

  • Contributing: Pull requests are welcome!
  • Support: Join our gitter chat to ask questions to get support from the maintainers and other Marko developers
  • Discuss: Tweet using the #MarkoJS hashtag and follow @MarkoDevTeam

Installation

npm install marko --save

Changelog

See CHANGELOG.md

Maintainers

License

MIT