Skip to content

Commit

Permalink
chore: add gen svg vue file
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Dec 7, 2022
1 parent 01ed2f2 commit 840bbe5
Show file tree
Hide file tree
Showing 14 changed files with 1,741 additions and 240 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"scripts": {
"dev": "tsc --watch --incremental"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/node": "^18.11.10",
"@types/svg-parser": "^2.0.3",
"consola": "^2.15.3",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"svg-parser": "^2.0.4",
"svg-sprite-loader": "^6.0.11",
"svgo": "^3.0.2",
"typescript": "^4.9.3"
}
}
3 changes: 2 additions & 1 deletion packages/icons-svg/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/icons-vue/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

components
3 changes: 1 addition & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"vue": "^3.2.41"
},
"author": "richard1015",
"author": "jdf2e",
"license": "MIT",
"release-it": {
"git": {
Expand All @@ -36,7 +36,6 @@
}
},
"devDependencies": {
"@types/node": "^18.11.10",
"@vitejs/plugin-vue": "^3.2.0",
"release-it": "^15.5.1",
"sass": "^1.56.1",
Expand Down
Loading

0 comments on commit 840bbe5

Please sign in to comment.