Skip to content
Webpack Vue loader customized for nativescript-vue
JavaScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs Cloning vue-loader. Nov 30, 2017
lib Chooses the correct template (requires change in vue-template-compiler). Dec 18, 2017
test Cloning vue-loader. Nov 30, 2017
.babelrc Use `template` property instead of render function. Nov 30, 2017
.eslintrc
.gitignore Use `template` property instead of render function. Nov 30, 2017
LICENSE Cloning vue-loader. Nov 30, 2017
README.md Cloning vue-loader. Nov 30, 2017
appveyor.yml Cloning vue-loader. Nov 30, 2017
circle.yml Cloning vue-loader. Nov 30, 2017
index.js Cloning vue-loader. Nov 30, 2017
package-lock.json
package.json Chooses the correct template (requires change in vue-template-compiler). Dec 18, 2017

README.md

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.

You can’t perform that action at this time.