https://github.com/gruppe-adler/mod-marketing.gruppe-adler.de
Web Application to generate standardized marketing material for Gruppe Adler Arma 3 Mods. These include mod.cpp, logos and much more.
https://github.com/gruppe-adler/mod-marketing.gruppe-adler.de
web
Last synced: 3 months ago
JSON representation
Web Application to generate standardized marketing material for Gruppe Adler Arma 3 Mods. These include mod.cpp, logos and much more.
- Host: GitHub
- URL: https://github.com/gruppe-adler/mod-marketing.gruppe-adler.de
- Owner: gruppe-adler
- Created: 2021-07-11T05:13:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T15:39:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T17:46:07.828Z (4 months ago)
- Topics: web
- Language: TypeScript
- Homepage: https://mod-marketing.gruppe-adler.de
- Size: 2.94 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mod-marketing
## 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/).