cli 3
vue create AAA
cli 2
vue init webpack AAA
version of vue cli
1 | vue --version |
version of vue
1 | npm list vue |
2 到 3(4)
1 | npm uninstall -g vue-cli |
前者不行,改用后面 yarn,OK
1 | yarn global remove vue-cli |
- https://vuejs.org/v2/examples/svg.html
- https://codesandbox.io/s/github/vuejs/vuejs.org/tree/master/src/v2/examples/vue-20-svg-graph?from-embed=&file=/index.html:0-3987
1 | <!DOCTYPE html> |