vue-svg-inline-loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/oliverfindl/vue-svg-inline-loader
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vue-svg-inline-loader
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install vue-svg-inline-loader --save-dev
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ yarn add vue-svg-inline-loader --dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
