marcosmoura / vue-boilerplate

An opinionated Vue.js 2 boilerplate with Vue Router, AVA and Istanbul
MIT License
27 stars 13 forks source link

lang="babel" #1

Open beliolfa opened 7 years ago

beliolfa commented 7 years ago

Hello!

Awesome boilerplate. I am using it as starting point to migrate mocha project to AVA for performance reasons. It seems that lang="babel" is required in each component.

Do you know if It is possible in some way to avoid this? I have 200+ components and I lose editor autocompletion.

Thanks!

marcosmoura commented 7 years ago

Hi @disitec

Sorry for the delay to answer. The babel lang is required for now. The coverage tool have a bug that do not track the javascript files as es6. I will create another tool to work as a middleware between Babel and AVA/NYC.

Stay tunned!