abcnews / aunty

A toolkit for working with ABC News projects
https://www.npmjs.com/package/@abcnews/aunty
MIT License
32 stars 5 forks source link

Remove Vue support #133

Closed colingourlay closed 3 years ago

colingourlay commented 3 years ago

This PR removes support for Vue projects, and deletes the corresponding project/component generators.

I also noticed that newly generated projects install the latest major @abcnews/alternating-ase-to-object, so I fixed the import statement for that in the remaining project generators, and properly cast the ACTOObject type back to AppProps in the non-svelte projects.

Closes #127