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.
- Host: GitHub
- URL: https://github.com/awalsolution/vue-multi-tenant-boilerplate
- Owner: awalsolution
- Created: 2024-06-27T04:41:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:31:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:12:05.058Z (about 1 year ago)
- Topics: axios, multi-tenancy, naive-ui, vue, vuejs
- Language: JavaScript
- Homepage: https://awalsolution.com
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)