https://github.com/joostlek/website-2019-noud
https://github.com/joostlek/website-2019-noud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joostlek/website-2019-noud
- Owner: joostlek
- Created: 2019-09-09T21:26:05.000Z (almost 6 years ago)
- Default Branch: feature/generate-pages
- Last Pushed: 2023-01-04T09:38:26.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:05:44.542Z (4 months ago)
- Language: Vue
- Size: 2.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Website for SV Indicium
[](https://sonarcloud.io/dashboard?id=svIndicium_website-2019)
[](https://travis-ci.com/svIndicium/website-2019)
> Indicium website 2019 made with NuxtJS(VueJS)## Dev Setup
Node version: `10.8.0`
NPM version: `6.10.1`## Install plugins to your IDE:
* editorconfig
* eslint``` bash
npm run installnpm run dev
```## Build and Run via Docker
```bash
docker build -t website-indi .docker run indicium-website -p 3000:80 -d
```