Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devleoko/gnsg-webpage
A webpage based on NuxtJS for GNSG's YouTube Project
https://github.com/devleoko/gnsg-webpage
Last synced: 16 days ago
JSON representation
A webpage based on NuxtJS for GNSG's YouTube Project
- Host: GitHub
- URL: https://github.com/devleoko/gnsg-webpage
- Owner: DevLeoko
- License: gpl-3.0
- Created: 2019-03-26T23:51:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:46:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T19:51:21.053Z (almost 2 years ago)
- Language: Vue
- Homepage: https://gnsg.skamps.eu/
- Size: 77.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNSG-Webpage
> A webpage based on NuxtJS for GNSG's YouTube Project
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).