https://github.com/viniciuscosta89/namegator
NameGator (based on Rodrigo Branas' YouTube Channel videos)
https://github.com/viniciuscosta89/namegator
Last synced: 3 months ago
JSON representation
NameGator (based on Rodrigo Branas' YouTube Channel videos)
- Host: GitHub
- URL: https://github.com/viniciuscosta89/namegator
- Owner: viniciuscosta89
- Created: 2019-11-19T00:38:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:54:51.000Z (over 2 years ago)
- Last Synced: 2025-01-20T19:14:38.121Z (4 months ago)
- Language: Vue
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NameGator
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).