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