Files
vue-cli/docs/zh

home, heroImage, actionText, actionLink, features, footer
home heroImage actionText actionLink features footer
true /favicon.png 起步 → /zh/guide/
title details
功能丰富 对 Babel、TypeScript、ESLint、PostCSS、PWA、单元测试和 End-to-end 测试提供开箱即用的支持。
title details
易于扩展 它的插件系统可以让社区根据常见需求构建和共享可复用的解决方案。
title details
无需 Eject Vue CLI 完全是可配置的,无需 eject。这样你的项目就可以长期保持更新了。
title details
CLI 之上的图形化界面 通过配套的图形化界面创建、开发和管理你的项目。
title details
即刻创建原型 用单个 Vue 文件即刻实践新的灵感。
title details
面向未来 为现代浏览器轻松产出原生的 ES2015 代码,或将你的 Vue 组件构建为原生的 Web Components 组件。
MIT Licensed | Copyright © 2018-present Evan You

起步

安装:

npm install -g @vue/cli
# OR
yarn global add @vue/cli

创建一个项目:

vue create my-project
# OR
vue ui