@travlrcomlabs/icons
Version:
TRAVLR Icons
41 lines (28 loc) • 816 B
Markdown
TRAVLR ICONS
## Awesome icons start from here
# Build With Webpack
``` bash
install dependencies
npm install # Or yarn install
build assets
npm run build-assets-webpack # Or yarn build-assets-webpack
```
# Build With Rollup
``` bash
install dependencies
npm install # Or yarn install
build assets
npm run build-assets-rollup # Or yarn build-assets-rollup
```
# Build Setup Site Documentation
``` bash
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.