SVG Icon System for vue cli 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vue-cli-plugin-svg-sprite

    vue-cli 3 plugin to build an SVG sprite

    For more info about this svg-sprint addon

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • svg-sprite-loader

    Webpack loader for creating SVG sprites.

    /* vue.config.js */ module.exports = { pluginOptions: { svgSprite: { /* * The directory containing your SVG files. */ dir: 'src/assets/icons', /* * The reqex that will be used for the Webpack rule. */ test: /\.(svg)(\?.*)?$/, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ loaderOptions: { extract: true, spriteFilename: 'img/icons.svg' // or 'img/icons.svg' if filenameHashing == false }, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ pluginOptions: { plainSprite: true } } }, chainWebpack: config => { config.module .rule('svg-sprite') .use('svgo-loader') .loader('svgo-loader') } }

  • svg-icon-setup

    Reference for the code repo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Создаем React-компоненты иконок с помощью Figma API и SVGR. Часть 2.

    6 projects | dev.to | 16 Nov 2022
  • Which vue-cli plugin for inlining SVG images?

    3 projects | /r/vuejs | 22 Jun 2022
  • Can I loop through an assets directory folder and just display all the images?

    1 project | /r/Nuxt | 1 Mar 2021
  • SVGEdit: A fast, JavaScript-driven SVG drawing editor

    1 project | news.ycombinator.com | 10 Sep 2024
  • Exploring Goja: A Golang JavaScript Runtime

    10 projects | news.ycombinator.com | 6 Sep 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?