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
Instead of how it is now - one main module plus several dependences.
Is that possible in principle?
Then it could be easier to jumps start usage and also could be installed as a global package to run later in potentially from any folder.
I've tried to put all of the packs in the package.json, like this
Instead of how it is now - one main module plus several dependences.
Is that possible in principle?
Then it could be easier to jumps start usage and also could be installed as a global package to run later in potentially from any folder.
I've tried to put all of the packs in the package.json, like this
and the run with smth like
$ node node_modules/vue-dev-server/index.js
.But it fails with dev/myComponent.vue file parsing
The text was updated successfully, but these errors were encountered: