https://github.com/jsturtevant/sig-windows-testgird-metrics
https://github.com/jsturtevant/sig-windows-testgird-metrics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsturtevant/sig-windows-testgird-metrics
- Owner: jsturtevant
- Created: 2021-04-16T19:07:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T22:36:01.000Z (about 4 years ago)
- Last Synced: 2025-01-26T05:27:07.938Z (4 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# function app
```
cd api
func start
```# Vue front end
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Lints and fixes files
```bash
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).