This template supports:
- .vue Single-File Components;
- scss imports and inside
<style>
tags in .vue files; - root imports (imports starting with
/
refer to the root of theapp
folder); - babel with
es2015
andstage-2
presets;
This template supports:
<style>
tags in .vue files;/
refer to the root of the app
folder);es2015
and stage-2
presets;