Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 472 Bytes

File metadata and controls

50 lines (33 loc) · 472 Bytes

@pile/icon

TODO: description

Usage

const icon = require('@pile/ui');

// TODO: DEMONSTRATE API

init packages

sudo npm i -g lerna

lerna bootstrap

start doc

npm i && npm start

creare new component

lerna create @pile/newcomponent --yes

install module-1 to module-2

lerna add module-1 --scope=module-2

css build

cd packages/theme-default
npm run build

more infomation

lerna -h