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
On the Quick Start page, yarn create vue@latest is one of the recommended ways to creating a Vue application. But yarn classic doesn't support appending @tag to the create command. And yarn modern recommends using yarn dlx.
On the Quick Start page,
yarn create vue@latest
is one of the recommended ways to creating a Vue application. But yarn classic doesn't support appending@tag
to thecreate
command. And yarn modern recommends using yarn dlx.So should we update the documentation?
Ref: vuejs/create-vue#213
The text was updated successfully, but these errors were encountered: