Skip to content

Fast platform An icon component library built based on Vue3, Vite, TypeScript, and Element Plus.

License

Notifications You must be signed in to change notification settings

China-xiaoFang/Fast.Element.Plus.Icons

Repository files navigation

| En

Fast.Element.Plus.Icons

Fast platform An icon component library built based on Vue3, Vite, TypeScript, and Svg.

version license

Install

Using a Package Manager

# 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

Direct browser import

unpkg
<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>
jsDelivr
<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>

Use

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');

Volar Support

If you use Volar, specify the global component type via compilerOptions.type in your tsconfig.json.

{
  "compilerOptions": {
    // ...
    "types": ["@fast-element-plus/icons-vue/global"]
  }
}

Update log

Update log Click to view

Protocol

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.

Disclaimer

Please do not use it for projects that violate our country's laws

Contributors

Thank you for all their contributions!

Supplementary instructions

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!

About

Fast platform An icon component library built based on Vue3, Vite, TypeScript, and Element Plus.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published