tralves / ns-vue-loader

Webpack Vue loader customized for nativescript-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Webpack Vue loader customized for nativescript-vue

License:MIT License


Languages

Language:JavaScript 100.0%