vue-svg-inline-loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
File Explorer
Download Latest Version (.zip)- logo.svg
- README.md
- Default.vue
- README.md
- About.vue
- Index.vue
- README.md
- README.md
- favicon.png
- main.js
- README.md
- .gitignore
- gridsome.config.js
- gridsome.server.js
- package.json
- README.md
- logo.svg
- README.md
- Logo.vue
- README.md
- default.vue
- README.md
- README.md
- index.vue
- README.md
- README.md
- favicon.ico
- icon.png
- README.md
- README.md
- .editorconfig
- .eslintrc.js
- .gitignore
- jsconfig.json
- nuxt.config.js
- package.json
- README.md
- extensions.json
- settings.json
- favicon-128x128.png
- favicon-16x16.png
- favicon-32x32.png
- favicon-96x96.png
- favicon.ico
- logo.svg
- quasar-logo-full.svg
- .gitkeep
- EssentialLink.vue
- app.css
- MainLayout.vue
- Error404.vue
- Index.vue
- index.js
- routes.js
- App.vue
- index.template.html
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .postcssrc.js
- babel.config.js
- jsconfig.json
- package.json
- quasar.conf.js
- README.md
- favicon.ico
- index.html
- logo.svg
- HelloWorld.vue
- App.vue
- main.js
- .gitignore
- babel.config.js
- package.json
- README.md
- vue.config.js
- logo.svg
- App.vue
- main.js
- .babelrc
- .editorconfig
- .gitignore
- index.html
- package.json
- README.md
- webpack.config.js
- README.md
- index.js
- index.js
- .editorconfig
- .eslintrc.js
- .gitignore
- .npmignore
- index.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/oliverfindl/vue-svg-inline-loader
Downloads the entire project code from GitHub to your computer.
cd vue-svg-inline-loader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install vue-svg-inline-loader --save-dev
Downloads and installs the libraries listed in package.json.
$ yarn add vue-svg-inline-loader --dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
