0.0.3 • Published 4 years ago

@travlrcomlabs/uikit v0.0.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 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

Sandbox Mode Vue

# change directory to sandbox vue
$ cd sandbox/vue

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:9999
$ npm run dev # Or yarn dev