Template compiler for NativeScript-Vue applications, auto-generated from the Akylas fork. Version 2.1.14 is the latest stable. This package transforms Vue templates into render functions for NativeScript, enabling native mobile UI components. Unlike the core `nativescript-vue` compiler, this fork may include Akylas-specific patches and tweaks. Release cadence is tied to the Akylas fork of NativeScript-Vue. Typically used as a build-time dependency via webpack or other bundlers.
npm install akylas-nativescript-vue-template-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to require the CJS module and compile a simple NativeScript-Vue template to a render function.
Use require('@akylas/nativescript-vue-template-compiler') or import from @akylas/nativescript-vue-template-compiler.Use require() instead of import statements.
Modify the source at platform/nativescript/compiler in the main repo, not the published package.
Consider using NativeScript with Svelte or React Native instead.
Run: npm install @akylas/nativescript-vue-template-compiler
Use require() as shown in the quickstart.
Run: npm install nativescript-vue