Files
vue-cli/packages/@vue/cli
Haoqun Jiang ba15fa26b2 fix: use sync fs methods in writeFileTree (#2341)
closes #2275

Iterating over async functions would put too many write calls in I/O
queue in the same time, leading to weird bugs.
2018-09-03 22:34:53 +08:00
..
2018-08-23 02:20:24 +02:00

@vue/cli

npm install -g @vue/cli
vue create my-project

Full Docs