hackerstolz / knowledge-vizualisation

Branches of knowledge visualized using the example of computer science.

Home Page:https://knowledge-vizualisation.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knowledge-Vizualisation

Branches of knowledge visualized using the example of computer science. Auto-deployment via zeit.co is active, find here the Live Application.

Prerequisites

This project was tested and setup on MacOS and makes no claim to run under Windows.

The following installations are required before running the project on your machine:

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build-ssr
$ yarn start

# generate static project (renamed for zeit.co hosting)
$ yarn build

For detailed explanation on how things work, check out Nuxt.js docs.

Dev Setup

This project was tested and setup on MacOS and makes no claim to run under Windows.

For great TypeScript support VS Code is recommended as your code editor. Furthermore the following extensions might be useful for this project:

  • Babel JavaScript VSCode syntax highlighting for today's JavaScript
  • EditorCOnfig for VS Code EditorConfig Support for Visual Studio Code
  • ESLint Integrates ESLint JavaScript into VS Code
  • Vetur Vue tooling for VS Code
  • Prettier Code formatter using prettier

TODOs

[ ] Migrate all scripts to lang='ts'
[ ] Move scoped styles to global custom theme (variables.scss)

About

Branches of knowledge visualized using the example of computer science.

https://knowledge-vizualisation.now.sh

License:MIT License


Languages

Language:Vue 62.1%Language:JavaScript 30.5%Language:TypeScript 6.1%Language:CSS 1.3%