Skip to content

Getting Started

Installation

Prerequisites

  • Node.js version 18 or higher
  • pnpm version 6 or higher or some other package manager like yarn or npm
  • VSCode or your favorite IDE

Vue Equipment can be installed into any existing or a new project. In both cases, you can install it using your favorite package manager.

sh
$ pnpm install @maas/vue-equipment
sh
$ yarn add @maas/vue-equipment
sh
$ npm install @maas/vue-equipment

Released under the MIT License.