0.1.2 • Published 6 years ago

ns-vue-loader v0.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

ns-vue-loader

Vue.js component loader for Webpack customized for nativescript-vue.

It allows you to write your components in this format:

screenshot

The best way to get started is with the tns cli and the nativescript-cue-webpack-template:

tns create hello-ns-vue --template https://github.com/tralves/nativescript-vue-webpack-template

This will setup a basic Webpack + nativescript-vue project for you, with *.vue files working out of the box!

This is a customization of vue-loader. For advanced vue-loader configuration, checkout the documentation.