1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 21:27:58 +00:00
alphabets/docs/usage/installation.md

22 lines
209 B
Markdown
Raw Normal View History

2021-05-24 16:05:14 +00:00
---
title: Installation
---
## npm
```bash
npm install alphabets --save
```
## Yarn
```bash
yarn add alphabets
```
## CDN
```html
2021-07-15 09:15:58 +00:00
<script src="https://unpkg.com/alphabets@1/dist/bundle.js"></script>
2021-05-24 16:05:14 +00:00
```