-
-
Notifications
You must be signed in to change notification settings - Fork 7
๐ ๏ธ Refactor: use vue-svg-loader for all SVG iconsย #84
Copy link
Copy link
Open
Labels
Domain: Dev ExperienceThis issue pertains to a developer's emotions and attitudes when building Grey Software.This issue pertains to a developer's emotions and attitudes when building Grey Software.Role: Software EngineerUses technology to design, develop, test, and maintain creative software solutions.Uses technology to design, develop, test, and maintain creative software solutions.
Metadata
Metadata
Assignees
Labels
Domain: Dev ExperienceThis issue pertains to a developer's emotions and attitudes when building Grey Software.This issue pertains to a developer's emotions and attitudes when building Grey Software.Role: Software EngineerUses technology to design, develop, test, and maintain creative software solutions.Uses technology to design, develop, test, and maintain creative software solutions.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Motivation ๐
vue-svg-loaderis currently being introduced in PR #83. It treats all SVG files as Vue components, and callssvgoin the build step to optimize all SVGs, greatly improving load times. This means cleaner code (no more disgusting 10-line long SVGs in the middle of Vue components) and faster load times for the end-user.Describe your refactoring solution ๐ ๏ธ
vue-svg-loaderin all component files