Releases: tralves/nativescript-vue-rollup-template
Releases · tralves/nativescript-vue-rollup-template
First version published in npm.
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;