https://github.com/dobschal/medien-kompetenz
Webseite zur Anzeige von Medien-Kompetenz-Zentren in Deutschland.
https://github.com/dobschal/medien-kompetenz
javascript nuxt nuxtjs website
Last synced: 2 months ago
JSON representation
Webseite zur Anzeige von Medien-Kompetenz-Zentren in Deutschland.
- Host: GitHub
- URL: https://github.com/dobschal/medien-kompetenz
- Owner: dobschal
- Created: 2020-03-29T17:17:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:44:11.000Z (over 3 years ago)
- Last Synced: 2025-10-20T10:26:43.371Z (8 months ago)
- Topics: javascript, nuxt, nuxtjs, website
- Language: Vue
- Homepage: https://codesandbox.io/s/github/dobschal/medien-kompetenz
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
> Nuxt starter for CodeSandBox (used for https://template.nuxtjs.org)
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).