https://github.com/thecodeholic/lobiadmin-vuejs
Bootstrap4 VueJs Admin Template
https://github.com/thecodeholic/lobiadmin-vuejs
Last synced: 10 months ago
JSON representation
Bootstrap4 VueJs Admin Template
- Host: GitHub
- URL: https://github.com/thecodeholic/lobiadmin-vuejs
- Owner: thecodeholic
- Created: 2019-10-04T16:14:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:07:16.000Z (about 3 years ago)
- Last Synced: 2025-03-21T22:41:26.579Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 9.23 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lobiadmin-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).