Skip to content

nativescript-vue/nativescript-vue.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeScript-Vue website Netlify Status

This is the source for the nativescript-vue.org website.

Contributions are welcome, all the content is placed in the content directory.

Setup

Clone this repo to your local machine and install the dependencies.

cd nativescript-vue.org/
npm install

Start documentation

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.

Build documentation

Run the HTTP server using the already generated dist/ directory:

npm run build
npm run preview