0.2.2 • Published 6 years ago
@travlrcom/uikit v0.2.2
TRAVLR UIKIT
Build With Webpack
# install dependencies
$ npm install # Or yarn install
# build assets
$ npm run build-assets-webpack # Or yarn build-assets-webpack
Build With Rollup
# install dependencies
$ npm install # Or yarn install
# build assets
$ npm run build-assets-rollup # Or yarn build-assets-rollup
Build Setup Site Documentation
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:8080
$ npm run dev # Or yarn dev