https://github.com/redxtech/logo-generator
A website to generate an SVG of my logo.
https://github.com/redxtech/logo-generator
logo svg vue
Last synced: 19 days ago
JSON representation
A website to generate an SVG of my logo.
- Host: GitHub
- URL: https://github.com/redxtech/logo-generator
- Owner: redxtech
- Created: 2019-01-30T08:31:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:53:43.000Z (over 3 years ago)
- Last Synced: 2025-03-05T03:43:21.819Z (over 1 year ago)
- Topics: logo, svg, vue
- Language: Vue
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logo-generator
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).