Subscribe on changes!

Automatic `cd` and `npm i`

avatar
Apr 27th 2020

Would it be fine for the create script to change directories and install dependencies automatically as vue-cli does?

avatar
Apr 30th 2020

it's not as easy, since you need to handle different package managers and child processes etc, which brings in a bunch of additional dependencies that slow down the execution of npx create-vite-app.