@materials-ui/site
TypeScript icon, indicating that this package has built-in type declarations

0.0.27 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @materials-ui/site

Weekly Downloads

86

Version

0.0.27

License

MIT

Unpacked Size

7.79 MB

Total Files

1077

Last publish

Collaborators

  • gmvdev