@nativescript-community/ui-material-core

v7.2.66
Material Core component
NativeScript JavaScript Android iOS

tsc

cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && tsc -d

tsc-win

cpy **/*.d.ts ..\..\packages\core --cwd=..\..\src\core --parents && tsc -d

build

npm run tsc

build.watch

npm run tsc -- -w

build.win

npm run tsc-win

build.all

npm run build

build.all.win

npm run build.win

clean

rimraf ./*.d.ts ./*.js ./*.js.map android
npm i @nativescript-community/ui-material-core

Metadata

Downloads