npm.io
0.0.3 • Published 6 years ago

@travlrcomlabs/uikit

Licence
MIT
Version
0.0.3
Deps
17
Size
18.7 MB
Vulns
5
Weekly
0

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