https://github.com/alvisonhunterarnuero/address-book-2020
https://github.com/alvisonhunterarnuero/address-book-2020
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvisonhunterarnuero/address-book-2020
- Owner: AlvisonHunterArnuero
- License: mit
- Created: 2020-08-14T06:05:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T07:35:17.000Z (about 5 years ago)
- Last Synced: 2025-01-14T01:14:49.053Z (9 months ago)
- Language: Vue
- Size: 5.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sigma
## 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/).