Home
Softono

Vue Sample Svg Icons

Open source MIT Vue
523
Stars
122
Forks
21
Issues
11
Watchers
3 years
Last Commit

 About Vue Sample Svg Icons

An opinionated example of how to use SVG icons in a Vue.js application

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Vue Sample Svg Icons?

We provide expert installation service for this software. Our team will install, configure, and secure Vue Sample Svg Icons on your server. plans start at just $30.

Vue Sample Svg Icons

View on GitHub

Sample SVG Icon usage for Vue.js

A demo to show how I prefer to set up an SVG icon system in Vue.js. You can see a demo live here. You don't have to do it this way, it's an opinionated example. More details for why it's set up in this manner in the Vue Cookbook.

Documentation site

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.