- Vue.js 2 Design Patterns and Best Practices
- Paul Halliday
- 61字
- 2025-02-17 19:20:31
Prerequisites
Although you could develop Vue applications without Node, we'll be using Node.js throughout this book to manage dependencies and interact with the Vue Command Line Interface (CLI). This allows us to bootstrap projects quicker and gives us a better development experience as we can use ECMAScript 2015 by default. Let's have a quick refresher on setting up your development environment.