https://github.com/iamwebwiz/customerbook-frontend
A simple customers management app built with Vue and powered by a Laravel backend 🚀
https://github.com/iamwebwiz/customerbook-frontend
bootstrap css customer-management html toastr vue
Last synced: 7 months ago
JSON representation
A simple customers management app built with Vue and powered by a Laravel backend 🚀
- Host: GitHub
- URL: https://github.com/iamwebwiz/customerbook-frontend
- Owner: iamwebwiz
- Created: 2019-11-19T18:54:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:41:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T03:01:54.044Z (7 months ago)
- Topics: bootstrap, css, customer-management, html, toastr, vue
- Language: Vue
- Homepage: https://vuecustomerbook.herokuapp.com
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomerBook
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).