Skip to content

agubler/dojo-create-widget-lib-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-first-widget-lib Widget Library

This widget library was generated with the Dojo CLI & Dojo CLI create widget command.

Building

Library

To create a build of the widget library run npm run build. The built artifacts will be output to the output/dist directory.

Documentation

This project uses @dojo/parade to generate widget examples, documentation and run widget tests (development only). The widget examples can be found in the src/examples directory, for more information on @dojo/parade please reference the README.

To generate the documentation run npm run docs, the output will be written to output/dist.

Development

To start the @dojo/parade development server run npm run dev, this will start the widget examples with test runner at http://localhost:9999.

Testing

This project uses the @dojo/cli-test-intern command for running unit tests, the tests can be run using ts-node using npm test and with a headless browser using npm run test:headless.

Further help

To get help for these commands and more, run dojo on the command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published