0.0.2 • Published 5 years ago

@travlrcom/icons v0.0.2

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

TRAVLR ICONS

Awesome icons start from here

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:8989
$ npm run dev # Or yarn dev