Skip to content

Latest commit

 

History

History
134 lines (104 loc) · 2.23 KB

File metadata and controls

134 lines (104 loc) · 2.23 KB
title id slug custom_edit_url
Installation
installation
/

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Using the package managers (recommended)

You can easily install @egjs/Conveyer with package managers like npm or yarn

npm

<Tabs groupId="cfc" defaultValue="js" values={[ { label: "JavaScript", value: "js" }, { label: "React", value: "react" }, { label: "Vue@3", value: "vue" }, { label: "Vue@2", value: "vue2" }, { label: "Angular", value: "angular" }, { label: "Svelte", value: "svelte" } ]}>

npm install @egjs/conveyer
npm install @egjs/react-conveyer
npm install @egjs/vue-conveyer
npm install @egjs/vue2-conveyer
npm install @egjs/ngx-conveyer
npm install @egjs/svelte-conveyer

yarn

<Tabs groupId="cfc" defaultValue="js" values={[ { label: "JavaScript", value: "js" }, { label: "React", value: "react" }, { label: "Vue@3", value: "vue" }, { label: "Vue@2", value: "vue2" }, { label: "Angular", value: "angular" }, { label: "Svelte", value: "svelte" } ]}>

yarn add @egjs/conveyer
yarn add @egjs/react-conveyer
yarn add @egjs/vue-conveyer
yarn add @egjs/vue2-conveyer
yarn add @egjs/ngx-conveyer
yarn add @egjs/svelte-conveyer

CDN Links

packaged(with dependencies)

<!-- github -->
<script src="https://naver.github.io/egjs-conveyer/release/latest/dist/conveyer.min.js" crossorigin="anonymous"></script>
<!-- unpkg -->
<script src="https://unpkg.com/conveyer/dist/conveyer.min.js" crossorigin="anonymous"></script>