@travlrcom/icons
Version:
TRAVLR Icons
33 lines (23 loc) • 561 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
```