@bizpal/open-services-bst
v1.0.3
Published
This tool helps you decide among the most common types: proprietorships, partnerships, corporations, benefit companies, co-operatives, and non-profit societies.
Downloads
4
Readme
Business Stuctures Tool
This tool helps you decide among the most common types: proprietorships, partnerships, corporations, benefit companies, co-operatives, and non-profit societies.
To install
npm install @bizpal/open-services-bst
Importing in Vue
import "@bizpal/open-services-bst";
Usage
<business-structures-tool />
Customization
<business-structures-tool >
<template #start="{homeModal}">
<a @click="homeModal()">start</a>
</template>
</business-structures-tool>