mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-01-19 05:37:59 +00:00
22 lines
208 B
Markdown
22 lines
208 B
Markdown
|
---
|
||
|
title: Installation
|
||
|
---
|
||
|
|
||
|
## npm
|
||
|
|
||
|
```bash
|
||
|
npm install alphabets --save
|
||
|
```
|
||
|
|
||
|
## Yarn
|
||
|
|
||
|
```bash
|
||
|
yarn add alphabets
|
||
|
```
|
||
|
|
||
|
## CDN
|
||
|
|
||
|
```html
|
||
|
<script src="https://unpkg.com/alphabet@1/dist/bundle.js"></script>
|
||
|
```
|