Skip to content
Dojo Framework. A Progressive Framework for Modern Web Apps
Branch: master
Clone or download
Latest commit 4f5fb06 Apr 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Readmes and docs (#23) Jul 23, 2018
docs Reference guide documentation template (#283) Apr 8, 2019
resources Enable benchmark tests (#17) Jul 17, 2018
src Throwing an error on missing selector in test harness trigger (#320) Apr 23, 2019
tests Throwing an error on missing selector in test harness trigger (#320) Apr 23, 2019
.editorconfig Modify codebase for new package structure (#1) Jul 16, 2018
.gitattributes Modify codebase for new package structure (#1) Jul 16, 2018
.gitignore Enable benchmark tests (#17) Jul 17, 2018
.npmignore Remove meta directory (#22) Jul 17, 2018
.travis.yml Update travis node version (#191) Nov 29, 2018
CODE_OF_CONDUCT.md Readmes and docs (#23) Jul 23, 2018
CONTRIBUTING.md update docs to point to @dojo/framework in example (#28) Jul 24, 2018
LICENSE Modify codebase for new package structure (#1) Jul 16, 2018
README.md Correct links to the i18n guide now there's no longer an index.md (#301) Mar 19, 2019
STYLE.md Readmes and docs (#23) Jul 23, 2018
codecov.yml Modify codebase for new package structure (#1) Jul 16, 2018
intern.json Provide a way to easily mock fetch and Web platform polyfills (#295) Apr 12, 2019
package-lock.json Update package metadata Apr 29, 2019
package.json Update package metadata Apr 29, 2019
run-benchmark.js Enable benchmark tests (#17) Jul 17, 2018
tsconfig.esm.json Provide a state object in the command request that can be directly mo… Feb 15, 2019
tsconfig.json Provide a state object in the command request that can be directly mo… Feb 15, 2019
tslint.json Update to @dojo/scripts 3.0.0-alpha.4 (#25) Jul 19, 2018

README.md

@dojo/framework

Build Status codecov npm version Join the chat at https://discordapp.com/invite/M7yRngE

Dojo is a progressive framework for modern web applications built with TypeScript.

Visit us at dojo.io for documentation, tutorials, cookbooks, and other materials. This repository contains detailed information on the structure of Dojo, while dojo.io is focused on getting started with and learning Dojo.

Sub-packages within @dojo/framework

There are eight sub-packages that form the framework for building a Dojo application:

External packages

We have additional packages within the Dojo ecosystem to aid in quickly and easily creating Dojo apps:

Dojo CLI

Support Packages

There are several packages which are designed to support the Dojo platform. Generally these packages are not directly used by end developers:

  • dojo/scripts - A package of scripts to aid with Dojo package development.
  • dojo/webpack-contrib - Specialized webpack loaders and plugins used by the Dojo toolchain.

Migrating Versions

Version 2.x to 3.x Migration Guide

See the v3 migration guide for details on upgrading from version 2.x to version 3.x.

Version 3.x to 4.x Migration Guide

See the v4 migration guide for details on upgrading from version 3.x to version 4.x.

Version 4.x to 5.x Migration Guide

See the v5 migration guide for details on upgrading from version 4.x to version 5.x.

Examples

We have added a repository of examples which have been built on Dojo. Those examples are available in the dojo/examples repository and are live at dojo.github.io/examples.

Guidelines and Style Guide

There are several documents that are relevant for contributing to Dojo.

Dependent Technologies

While Dojo tries to provide a holistic set of tools to build web applications, there are several key technologies where we feel that Dojo would be better integrating and building upon versus building from the ground up.

In order to ensure that Dojo is a solid set of JavaScript tools and libraries, Dojo is built on TypeScript. This provides us with structural design time typing as well as an effective way to communicate the intent of the Dojo APIs. It also provides us the ability to adopt ES6+ syntax features but make distributables that will be backwards compatible to the target browsers for Dojo.

TypeScript and Dojo Compatibility Matrix

TypeScript and Dojo both iterate rapidly. In general Dojo strives for maximum compatibility, with a plan to periodically increase the minimum TypeScript version so we can begin relying on newer TypeScript features. Please review this list when using Dojo:

Dojo version TypeScript version (minimum) TypeScript version (maximum)
3.0 2.6.x 2.6.x
4.0 2.6.x 3.1.x
5.0 2.6.x 3.2.x

Licensing information

© 2018 JS Foundation & contributors. New BSD license.

You can’t perform that action at this time.