https://github.com/elieru/user-admin-ui
The user-admin-ui is a template which allow admins to manage users and their actions in companies.
https://github.com/elieru/user-admin-ui
bootrtap-studio bootstrap css javascript vuejs
Last synced: 6 months ago
JSON representation
The user-admin-ui is a template which allow admins to manage users and their actions in companies.
- Host: GitHub
- URL: https://github.com/elieru/user-admin-ui
- Owner: ElieRu
- Created: 2024-03-16T14:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T20:01:26.000Z (about 2 years ago)
- Last Synced: 2025-03-27T12:31:47.505Z (about 1 year ago)
- Topics: bootrtap-studio, bootstrap, css, javascript, vuejs
- Language: Vue
- Homepage: https://user-admin-ui.netlify.app/
- Size: 2.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# user-admin-ui
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```