An open API service indexing awesome lists of open source software.

https://github.com/awalsolution/vue-multi-tenant-boilerplate

multi-tenancy for your vue app.
https://github.com/awalsolution/vue-multi-tenant-boilerplate

axios multi-tenancy naive-ui vue vuejs

Last synced: about 1 year ago
JSON representation

multi-tenancy for your vue app.

Awesome Lists containing this project

README

          

# Vue Multi Tenant Boilerplate Dashbaord

## Environments

```
1. Production

==> Branch Name: main

2. Development

==> Branch Name: develop

```

## Install

```sh

git clone https://github.com/awal-solution/vue-multi-tenant-boilerplate.git
cd vue-multi-tenant-boilerplate.git
yarn
```

## Start development

```sh
yarn dev
```

## Build for production

```sh
yarn build
```

## Resources

### Languages & tools

- [yarn](https://yarnpkg.com/)

- [Typescript](https://www.typescriptlang.org/)

- [vue3](https://vuejs.org/)

- [pinia](https://pinia.vuejs.org/)

- [NaiveUI](https://www.naiveui.com/en-US/os-theme)

- [axios](https://axios-http.com/docs/intro)

- [vue-router](https://router.vuejs.org/)

- [TailwindCSS](https://tailwindcss.com/)

- [Node](http://nodejs.org/)

- [git](https://git-scm.com/)

- [Vite](https://vitejs.dev/)