Skip to content

Files

Failed to load latest commit information.

Latest commit

 

History

History

uui-build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

UUI Build package

This package is a part of EPAM UUI library.

@epam/uui-build consists of scripts and tools to build UUI monorepo. It contains scripts to run the repo as a single huge app (for development needs), and to build each package separately for NPM. Also, it contains some external scripts that can be used within UUI ecosystem.

CLI scripts

  1. Build a project using Rollup
# Build
npx @epam/uui-build@latest --rollup-build
# Build & Watch
npx @epam/uui-build@latest --rollup-build --watch
  1. Generate a set of SCSS mixins with theme tokens. A collection of variables exported from Figma (*.json) is used as input.
npx @epam/uui-build@latest --generate-theme-variables --tokens=./input/Theme.json --out=./input