Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergogy/debhack-frontend
Use nuxt as frontend for debhack.tech instead of WP
https://github.com/gergogy/debhack-frontend
Last synced: 1 day ago
JSON representation
Use nuxt as frontend for debhack.tech instead of WP
- Host: GitHub
- URL: https://github.com/gergogy/debhack-frontend
- Owner: gergogy
- Created: 2020-12-05T11:16:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T00:05:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:39:51.569Z (over 1 year ago)
- Language: Vue
- Size: 936 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debhack-frontend
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).