中 | En
Fast
platform An icon component library built based on Vue3
, Vite
, TypeScript
, and Svg
.
# Choose a package manager of your choice
# NPM
npm install @fast-element-plus/icons-vue
# Yarn
yarn add @fast-element-plus/icons-vue
# pnpm (recommend)
pnpm install @fast-element-plus/icons-vue
<head>
<!-- Import Vue 3 -->
<script src="//unpkg.com/vue@3"></script>
<!-- Import component library -->
<script src="//unpkg.com/@fast-element-plus/icons-vue"></script>
</head>
<head>
<!-- Import Vue 3 -->
<script src="//cdn.jsdelivr.net/npm/vue@3"></script>
<!-- Import component library -->
<script src="//cdn.jsdelivr.net/npm/@fast-element-plus/icons-vue"></script>
</head>
在 main.ts
import { createApp } from "vue";
import FastElementPlusIconsVue from "@fast-element-plus/icons-vue";
import App from "./App.vue";
const app = createApp(App);
// Global Registration
app.use(FastElementPlusIconsVue);
app.mount('#app');
Update log Click to view
Fast.Element.Plus.Icons complies with the Apache-2.0 open source agreement. Welcome to submit PR
or Issue
.
Apache Open Source License
Copyright © 2018-Now xiaoFang
The right to deal in the Software is hereby granted free of charge to any person obtaining a copy of this software and its related documentation (the "Software"),
Including but not limited to using, copying, modifying, merging, publishing, distributing, sublicensing, selling copies of the Software,
and permit individuals in possession of a copy of the software to do so, subject to the following conditions:
The above copyright notice and this license notice must be included on all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS AND NON-INFRINGEMENT.
In no event shall the author or copyright holder be liable for any claim, damages or other liability,
WHETHER ARISING IN CONTRACT, TORT OR OTHERWISE, IN CONNECTION WITH THE SOFTWARE OR ITS USE OR OTHER DEALINGS.
Please do not use it for projects that violate our country's laws
Thank you for all their contributions!
If it is helpful to you, you can click ⭐Star in the upper right corner to collect it and get the latest updates. Thank you!