Setting up a project

Learn how to set up the project using Vue CLI and which Vue version to choose.

How to set up a project

We’ve covered a few beneficial extensions. Now, let’s finally create and configure the basic setup for a project. There are a few different ways to do that. Nowadays, most Vue projects use tools such as Webpack for module bundling and Babel for code transpilation. We could configure these and other tools from scratch, but fortunately, the Vue team created Vue CLI.

Get hands-on with 1200+ tech skills courses.