NativeScript-Vue website
The NativeScript-Vue website is the source for nativescript-vue.org, where contributions are welcome, and all the content is stored in the content directory. This document provides guidance on building the website documentation, serving it with an HTTP server, and enabling watch mode for automatic rebuilding upon changes.
npm install -g serve
serve dist
To enable watch mode for automatic rebuilding:
npm run watch
The NativeScript-Vue website allows contributions and houses all content in the content directory. The provided guide assists in building and serving the documentation locally, with an option to enable watch mode for automatic rebuilding when changes are detected. The process includes installing the serve npm package globally and accessing the generated documentation at http://localhost:5000.