This is the source for the nativescript-vue.org website.
Contributions are welcome, all the content is placed in the content
directory.
Clone this repo to your local machine and install the dependencies.
cd nativescript-vue.org/
npm install
We use VitePress for rapid development and documenting. You can start it locally by
npm run dev
Now, you can open the URL generated in your browser to see the generated docs.
Run the HTTP server using the already generated dist/
directory:
npm run build
npm run preview