Skip to content

Commit

Permalink
feat: 支持使用 Iconify 完整图标库
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Nov 1, 2023
1 parent dfc5127 commit 2d64215
Show file tree
Hide file tree
Showing 15 changed files with 535 additions and 47 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"serve": "http-server ./dist -o",
"svgo": "svgo -f src/assets/icons",
"new": "plop",
"generate:icons": "esno ./scripts/generate.icons.ts",
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
"lint:tsc": "vue-tsc",
"lint:eslint": "eslint . --cache --fix",
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input",
"postinstall": "simple-git-hooks && esno scripts/prepare.ts",
"postinstall": "simple-git-hooks",
"preinstall": "npx only-allow pnpm",
"commit": "git cz",
"release": "bumpp"
Expand All @@ -37,7 +38,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29",
"@iconify-json/ep": "^1.1.12",
"@iconify/json": "^2.2.136",
"@iconify/vue": "^4.1.1",
"@types/qs": "^6.9.9",
"@vitejs/plugin-vue": "^4.4.0",
Expand All @@ -63,6 +64,7 @@
"stylelint-stylistic": "^0.4.3",
"svgo": "^3.0.2",
"typescript": "^5.2.2",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
Expand Down

0 comments on commit 2d64215

Please sign in to comment.