0.2.2 • Published 5 years ago

@travlrcom/uikit v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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