https://github.com/devkiloton/vue-admin
The admin frontend for the ambassador app made with Vue3.
https://github.com/devkiloton/vue-admin
axios bootstrap options-api vue3
Last synced: 7 months ago
JSON representation
The admin frontend for the ambassador app made with Vue3.
- Host: GitHub
- URL: https://github.com/devkiloton/vue-admin
- Owner: devkiloton
- Created: 2024-03-05T05:44:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T05:44:58.000Z (about 2 years ago)
- Last Synced: 2025-08-31T11:52:56.139Z (7 months ago)
- Topics: axios, bootstrap, options-api, vue3
- Language: Vue
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).