https://github.com/devleoko/gnsg-webpage
A webpage based on NuxtJS for GNSG's YouTube Project
https://github.com/devleoko/gnsg-webpage
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:46:54.000Z (over 3 years ago)
- Last Synced: 2025-02-27T01:16:23.725Z (over 1 year 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).