Documentation website for NativeScript canvas ecosystem packages, including @nativescript/canvas and @nativescript/audio-context.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewplugins.nstudio.io/
├── .vitepress/
│ ├── config.ts # VitePress configuration
│ └── theme/
│ ├── index.ts # Theme registration
│ ├── style.css # Custom styles (Tailwind)
│ ├── PluginsHome.vue # Main landing page
│ └── components/ # Vue components
├── content/
│ ├── index.md # Plugins home
│ ├── canvas/
│ ├── index.md # @nativescript/canvas intro
│ ├── installation.md
│ ├── quick-start.md
│ ├── rendering-contexts.md
│ ├── api.md
│ ├── ecosystem.md
│ └── guides/
│ ├── web-api-samples.md
│ ├── canvas-2d-recipes.md
│ ├── webgl-recipes.md
│ └── webgpu-recipes.md
│ └── audio-context/
│ ├── index.md # @nativescript/audio-context intro
│ ├── installation.md
│ ├── quick-start.md
│ ├── api-surface.md
│ └── guides/
└── package.json
- Create a new
.mdfile in the appropriatecontent/subdirectory - Add frontmatter for title and description
- Update
.vitepress/config.tssidebar if needed
Built with ❤️ for the NativeScript ecosystem