Svg to vue
Project Description
This script helps to batch generate vue templates from svg files
Instructions
- Run
npm install
to install dependencies - Place svg files under
input
directory - Run
npm run svg2vue
and vue templates would be generated tooutput
directory - You can set input and output directories by running
npm run svg2vue <path/to/input/directory> <path/to/output/directory>