1.0.2 • Published 4 years ago

@materials-elements/site v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Build Status Netlify Status

Materials Site

The Materials Site is the place where you can find demos and documentation for the Materials UI components collection.

Note: Documentation and demos are work in progress, we plan to extend it as soon as possible. In the meantime, you can dig into the source code.

This app is build upon Stencil, an awesome compiler that generates Web Components !

It also use Vaadin Router, a small, powerful and framework-agnostic client-side router for Web Components.

Getting Started

To start developing, clone this repo, then run npm install and npm start, it will launch the site in dev mode.

Production

To build for production, run:

npm run build

A production build includes:

  • Minified code bundles
  • Generated Service workers
  • App manifest

Unit Tests

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch

License