-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
contribution welcomefeature requestintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.
Description
What problem does this feature solve?
Makes a step towards more easily using the 3.x CLI with other non-javascript backend projects such as asp.net or flask.
Currently, invoking vue create .
in an empty directory throws the following error
🚀 Invoking generators...
ERROR Error: Cannot find module '@vue/cli-service/generator' from '/Users/cecilphillip/Desktop/toss'
Error: Cannot find module '@vue/cli-service/generator' from '/Users/cecilphillip/Desktop/toss'
at Function.module.exports [as sync] (/usr/local/lib/node_modules/@vue/cli/node_modules/resolve/lib/sync.js:40:15)
at Object.keys.map.id (/usr/local/lib/node_modules/@vue/cli/lib/Creator.js:246:30)
at Array.map (<anonymous>)
at Creator.resolvePlugins (/usr/local/lib/node_modules/@vue/cli/lib/Creator.js:245:36)
at Creator.create (/usr/local/lib/node_modules/@vue/cli/lib/Creator.js:134:26)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
What does the proposed API look like?
vue create .
|| vue create --here
Hokid, willl and MarkoCen
Metadata
Metadata
Assignees
Labels
contribution welcomefeature requestintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.