- Vue.js 2 Design Patterns and Best Practices
- Paul Halliday
- 62字
- 2025-02-17 19:20:31
Vue CLI
To take advantage of all of the features of Vue, we'll be using Vue CLI. This allows us to create projects with various starter templates with appropriate bundling/transpilation configurations. Type the following into your Terminal ensuring Node is installed:
$ npm install vue-cli -g
This sets us up for the future sections as using starter templates significantly empowers our workflow.