Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example

messageformat may be used in a number of different ways; this directory includes examples of some of these.

To build all the examples, starting from the root of the repository:

npm install
npm run build

cd examples/
npm install
npm run build

That will produce outputs in each example's dist/ directory. See their README files for more information.