# Introduction

# What is vue-composable

vue-composable is ready to use generic composition-api components. Meant to be "one stop shop" for new projects.

# Inspiration

This library is inspired by @LinusBorg (opens new window) work and composition-api-demos (opens new window) also other similar projects.

# Installing

# install with yarn
yarn add @vue/composition-api vue-composable

# install with npm
npm install @vue/composition-api vue-composable