Vue CLI
Standard Tooling for Vue.js Development
...Vue CLI provides a great number of features including out-of-the-box support for TypeScript, Babel, PostCSS, ESLint, PWA, as well as Unit Testing and End-to-end Testing. It comes with its own graphical user interface and a plugin system that allows for the building and sharing of reusable solutions that can answer common needs. Vue CLI provides instant prototyping with a single Vue file, and is fully configurable with no need for ejecting.
Vue CLI is future-ready, allowing you to ship native ES2015 code for modern browsers, or build your Vue components as native web components.