Skip to content

xx745/cellular-automata-vuejs-2

Repository files navigation

Cellular Automata built using Vue.js 2

Simulation example

You can use GitPod to start contributing

Open in Gitpod

Using globally installed Yarn packages (if it doesn't work from start)

export PATH="$(yarn global bin):$PATH"

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.