Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

A Vue.js implementation of conway's game of life

Notifications You must be signed in to change notification settings

rbeier/conways-game-of-life

Repository files navigation

Conway's Game of Life

Eine Vue.js Implementierung

Verwendete Frameworks

Systemvoraussetzungen

- node: >= 10.0.0
- npm:  >= 6.0.1

Production-Setup

  • Current Node.js herunterladen und zusammen mit npm installieren https://nodejs.org/en/download/

  • cmd o.Ä. als Administrator starten

    i  -  Je nach Betriebssystem und Sicherheitseinstellungen kann eine Ausführung ohne Administrator-Rechten ausreichend sein !
    
  • Repository klonen oder herunterladen

  • ins Projektverzeichnis wechseln und folgende Befehle ausführen:

# install dependencies
npm install

# build for production with minification
npm run build

# start server
npm start
  • Danach die Web-Applikation im Browser öffnen (URL siehe cmd)

Development-Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

About

A Vue.js implementation of conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published