https://github.com/bundesapi/landing
Vue-based frontend for the public website bund.dev.
https://github.com/bundesapi/landing
Last synced: about 2 months ago
JSON representation
Vue-based frontend for the public website bund.dev.
- Host: GitHub
- URL: https://github.com/bundesapi/landing
- Owner: bundesAPI
- Created: 2021-07-24T22:55:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T20:53:17.000Z (about 3 years ago)
- Last Synced: 2025-01-17T21:22:45.534Z (3 months ago)
- Language: Vue
- Homepage: https://bund.dev
- Size: 42 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bundesapi
## 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/).