https://github.com/terrymooreii/group-contact-list
Group Contact List
https://github.com/terrymooreii/group-contact-list
Last synced: about 1 month ago
JSON representation
Group Contact List
- Host: GitHub
- URL: https://github.com/terrymooreii/group-contact-list
- Owner: TerryMooreII
- Created: 2018-11-29T05:10:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T21:02:22.000Z (over 7 years ago)
- Last Synced: 2025-01-28T12:35:03.197Z (over 1 year ago)
- Language: Vue
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# group-contact-list
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).