UNPKG

@travlrcom/uikit

Version:

TRAVLR UiKit

31 lines (22 loc) 526 B
# TRAVLR UIKIT ## Build With Webpack ``` bash # install dependencies $ npm install # Or yarn install # build assets $ npm run build-assets-webpack # Or yarn build-assets-webpack ``` ## Build With Rollup ``` bash # install dependencies $ npm install # Or yarn install # build assets $ npm run build-assets-rollup # Or yarn build-assets-rollup ``` ## Build Setup Site Documentation ``` bash # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:8080 $ npm run dev # Or yarn dev ```