Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 460 Bytes

VueJS - Fractals/Space-filling Curves

A fairly basic VueJS application (built with Webpack) which shows some animations relating to fractals and space-filling curves.

NOTE: this project is not yet complete. Needs tidy up.

Demo

https://davidbanksnz.github.io/vue-curves/

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build