# Installation

# Install with npm / yarn

First, install peer dependencies, if not installed:

npm i bootstrap@next vue@next

Next, install Reforms.js from NPM registry

npm i @empla/reforms
# OR
yarn add @empla/reforms

# Install with CDN

You can use unpkg.com

<script src="http://unpkg.com/@empla/reforms"></script>
Last Updated: 3/9/2021, 3:35:12 PM