1.1.0 • Published 3 months ago

@travlrcomlabs/icons v1.1.0

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

Versioning

TRAVLR Icons will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

For more information on SemVer, please visit https://semver.org.