https://github.com/ui-discord/ubiquiti-name-generator
A silly tool to make up product names that Ubiquiti may or may not release
https://github.com/ui-discord/ubiquiti-name-generator
Last synced: 5 months ago
JSON representation
A silly tool to make up product names that Ubiquiti may or may not release
- Host: GitHub
- URL: https://github.com/ui-discord/ubiquiti-name-generator
- Owner: ui-discord
- Created: 2020-04-24T21:04:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T23:27:00.000Z (over 1 year ago)
- Last Synced: 2024-11-23T06:31:09.455Z (about 1 year ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - ui-discord/ubiquiti-name-generator - A silly tool to make up product names that Ubiquiti may or may not release (Vue)
README
# ubiquiti-name-generator
This is a small Vue app to generate fake Ubiquiti product names. For fun.
## 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/).