Web application to explore and visualize cellular automata
Go to file
2022-12-01 12:03:34 +01:00
src wip moved canvas routine in store. it's awful 2022-12-01 12:03:34 +01:00
.eslintrc.js more eslint rules (some not included in recommended) 2022-12-01 12:02:42 +01:00
.gitignore working vue components for 1D automata 2022-01-10 11:13:44 +01:00
.prettierrc.json linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
babel.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
docker-compose.yml linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
Dockerfile style inputs, dockerfile 2022-01-15 21:20:34 +01:00
favicon.ico updated dependencies for vue 3 and vite 2022-11-29 17:23:37 +01:00
index.html linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
package-lock.json updated dependencies for vue 3 and vite 2022-11-29 17:23:37 +01:00
package.json linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
README.md linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
vite.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
vue.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00

explorata

Explore 1D and 2D cellular automata, with a few bells and whistles.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

References