https://github.com/csvwolf/git-flow-example
https://github.com/csvwolf/git-flow-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csvwolf/git-flow-example
- Owner: csvwolf
- Created: 2021-03-15T14:25:07.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-15T14:57:08.000Z (about 5 years ago)
- Last Synced: 2023-02-28T08:32:54.559Z (over 3 years ago)
- Language: Vue
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-flow-example
## Hello World
## 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/).