Web application to explore and visualize cellular automata
Go to file
Ali Gator f178148416 prettier : indent SFC blocks 2022-12-02 15:54:39 +01:00
src add pinia and a tmp global stores 2022-12-02 15:53:49 +01:00
.eslintrc.js drawing logic back into component 2022-12-01 20:37:03 +01:00
.gitignore working vue components for 1D automata 2022-01-10 11:13:44 +01:00
.prettierrc.json prettier : indent SFC blocks 2022-12-02 15:54:39 +01:00
Dockerfile style inputs, dockerfile 2022-01-15 21:20:34 +01:00
README.md 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
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 add pinia and a tmp global stores 2022-12-02 15:53:49 +01:00
package.json add pinia and a tmp global stores 2022-12-02 15:53:49 +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

README.md

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