Skip to Main Content
Vue.js 2 Design Patterns and Best Practices
book

Vue.js 2 Design Patterns and Best Practices

by Paul Halliday
March 2018
Beginner to intermediate content levelBeginner to intermediate
344 pages
7h 7m
English
Packt Publishing
Content preview from Vue.js 2 Design Patterns and Best Practices

TypeScript and Vue

You may have used TypeScript in the past, or you may be curious about how you can take advantage of the extra tooling TypeScript provides inside of your Vue projects. Why use TypeScript? A recent study by Gao et al found that TypeScript/static typing tools reduced committed bugs by 15% (https://goo.gl/XUTPf4).

If you've used Angular before, this syntax should make you feel right at home, as we'll be using decorators and ES2015 classes. Let's investigate how we can add TypeScript to a project built with the Vue CLI:

# Create a new Vue projectvue init webpack-simple typescript-vue# Change directorycd typescript-vue# Install dependenciesnpm install

You should get the following output on the Terminal:

If we navigate to our ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Vue.js 2 Web Development Projects

Vue.js 2 Web Development Projects

CHAU GUILLAUME
Vue.js 2 Cookbook

Vue.js 2 Cookbook

Andrea Passaglia
Vue.js: 11 Practical Projects

Vue.js: 11 Practical Projects

James Hibbard, Yomi Eluwande, Michael Wanyoike, Nilson Jacques, Christopher Vundi, Deji Atoyebi, Ivaylo Gerchev

Publisher Resources

ISBN: 9781788839792Supplemental Content