文件名称:也许这是包含所有羽毛图标的最小vue组件-JavaScript开发
文件大小:113KB
文件格式:ZIP
更新时间:2024-06-14 23:09:42
JavaScript Vue.js
vue-icon vue2 svg图标组件也许它是最小的vue组件库,其中包含所有羽毛图标图标https://qinshenxue.github.io/vue-icon/使用npm $ npm安装v vue-icon vue2 svg图标组件也许这是包含所有羽毛图标的最小的vue组件库。图标https://qinshenxue.github.io/vue-icon/使用npm $ npm install vue-icon的默认组件名称是icon,您可以指定一个新的Vue.use(plugin,customName)的组件名称。 从'vue'导入Vue; 从“ ./app.vue”导入应用; 从'vue-icon'Vue.use(feather,'v-icon')new Vue({el:'#app',render:h => h(App)})导入羽毛; 或配置一个
【文件预览】:
vue-icon-master
----.gitignore(594B)
----.babelrc(127B)
----package.json(1KB)
----package-lock.json(335KB)
----src()
--------vue-feather.js(3KB)
--------vue-feather-plugin.js(794B)
--------vue-feather-iife.js(84B)
--------feather-icons.js(31KB)
----build()
--------genFeatherIcons.js(7KB)
--------rollup.config.js(966B)
----LICENSE(1KB)
----examples()
--------webpack.config.js(724B)
--------index.js(397B)
--------index.html(146B)
--------app.vue(532B)
----README.md(3KB)
----index.ejs(3KB)
----index.html(46KB)
----lib()
--------vue-feather.esm.js(36KB)
--------vue-feather.min.js(32KB)
--------feather-icons.esm.js(33KB)
--------vue-feather-plugin.esm.js(36KB)
----.editorconfig(173B)