You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made deps arg optional for the add command mevn add [deps]. For the Nuxt.js starter template not specifying an arg with mevn add shows up a multi-select prompt with the available Nuxt.js modules to choose from.
New optional --dev argument for mevn add to install devDeps
Ability to deploy the server, choose between client/server with mevn deploy.
#174 Ability to scaffold apps within the current directory.
Configure a multi-container Docker application with ease.
🐛 Bug Fixes
#173 Fixed regression with the Nuxt.js starter template.