- Notifications
You must be signed in to change notification settings - Fork158
nativescript-vue/nativescript-vue.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source for thenativescript-vue.org website.
Contributions are welcome, all the content is placed in thecontent
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 generateddist/
directory:
npm run buildnpm run preview
If you've modified a large portion of the documentation or added/modified links, it's a good idea to ensure that all the documentation links still work. To do this, you can run the command linkinator, which will return a report of the links that can't be resolved.
npm run buildnpm run check-links