0.1.0 • Published 4 years ago

@qutejs/material v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

qute-material

Describe your component here

Building

Build libraries

npm run build

Run tests

npm test

Start the local development server

npm start

Note The start command is failing on node 10 and node versions between 11.7.0 and 12.0.0, due to a too many open files bug.

See https://github.com/nodejs/node/issues/25856