Nativescript Vue.org screenshot

Nativescript Vue.org

Updated: 18 May 2025
116 Stars

NativeScript-Vue website

Categories

Overview:

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.

Features:

  • Website Source: Source for nativescript-vue.org.
  • Contributions: Welcome for all to contribute.
  • Content Directory: All content is stored within the content directory.
  • Documentation Building: Steps provided for building the documentation.
  • Serve Documentation: Guide on serving the documentation locally.
  • Global npm Package: Install the serve npm package globally for serving.
  • Watch Mode: Option to enable watch mode for auto-rebuilding docs.
  • Local Server: Access the generated docs at http://localhost:5000.

Installation:

  1. Clone the repository.
  2. Install serve npm package globally:
    npm install -g serve
    
  3. Run HTTP server using the dist/ directory:
    serve dist
    
  4. Open http://localhost:5000 in a browser to view the docs.

To enable watch mode for automatic rebuilding:

npm run watch

Summary:

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.