Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipmwaniki/vue-3-admin-laravel
Vue 3 Admin backend for ecommerce with Laravel backend api using swagger
https://github.com/phillipmwaniki/vue-3-admin-laravel
Last synced: 4 days ago
JSON representation
Vue 3 Admin backend for ecommerce with Laravel backend api using swagger
- Host: GitHub
- URL: https://github.com/phillipmwaniki/vue-3-admin-laravel
- Owner: PhillipMwaniki
- Created: 2021-03-01T18:42:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T11:28:18.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T07:35:00.279Z (about 2 months ago)
- Language: Vue
- Size: 464 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).