-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
943f55c
commit d699dec
Showing
3 changed files
with
18 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,12 @@ | ||
--- | ||
title: Introduction | ||
description: Welcome to Nuxt UI Pro documentation template. | ||
description: Welcome to nuxt-applicationinsights documentation | ||
--- | ||
|
||
This template is a ready-to-use documentation template made with [Nuxt UI Pro](https://ui.nuxt.com/pro), a collection of premium components built on top of [Nuxt UI](https://ui.nuxt.com) to create beautiful & responsive Nuxt applications in minutes. | ||
|
||
There are already many websites based on this template: | ||
|
||
- [Nuxt](https://nuxt.com) - The Nuxt website | ||
- [Nuxt UI](https://ui.nuxt.com) - The documentation of `@nuxt/ui` and `@nuxt/ui-pro` | ||
- [Nuxt Image](https://image.nuxt.com) - The documentation of `@nuxt/image` | ||
- [Nuxt Content](https://content.nuxt.com) - The documentation of `@nuxt/content` | ||
- [Nuxt Devtools](https://devtools.nuxt.com) - The documentation of `@nuxt/devtools` | ||
- [Nuxt Studio](https://nuxt.studio) - The pro version of Nuxt Content | ||
|
||
## Features | ||
|
||
- Powered by [Nuxt 3](https://nuxt.com) | ||
- Built with [Nuxt UI](https://ui.nuxt.com) and [Nuxt UI Pro](https://ui.nuxt.com/pro) | ||
- Write content with [MDC syntax](https://content.nuxt.com/usage/markdown) thanks to [Nuxt Content](https://content.nuxt.com) | ||
- Compatible with [Nuxt Studio](https://nuxt.studio) | ||
- Auto-generated sidebar navigation | ||
- Full-Text Search out of the box | ||
- Beautiful Typography styles | ||
- Dark mode support | ||
- And more... | ||
|
||
## Play online | ||
|
||
You can start playing with this template in your browser using our online sandboxes: | ||
|
||
::u-button | ||
--- | ||
class: mr-4 | ||
icon: i-simple-icons-stackblitz | ||
label: Play on StackBlitz | ||
target: _blank | ||
to: https://stackblitz.com/github/nuxt-ui-pro/docs/ | ||
--- | ||
::callout{color="danger" icon="i-material-symbols-warning"} | ||
This module has not reached the first release yet. API may be subject to change. | ||
:: | ||
|
||
::u-button | ||
--- | ||
class: mt-2 sm:mt-0 | ||
icon: i-simple-icons-codesandbox | ||
label: Play on CodeSandbox | ||
target: _blank | ||
to: https://codesandbox.io/s/github/nuxt-ui-pro/docs/ | ||
--- | ||
:: | ||
Applicationinsights can be hard to implement within SSR frameworks where multiple SDK exist for different environnment. | ||
|
||
Or open [Nuxt UI playground](https://ui.nuxt.com/playground). | ||
This modules provides an integration of applicationinsights server side with \[nitro-applicationinsights]\(https\://github.com/huang-julien/nitro-applicationinsights) and a client-side plugin to load \[applicationinsights web]\(https\://www\.npmjs.com/package/@microsoft/applicationinsights-web) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,14 @@ | ||
--- | ||
title: Installation | ||
description: Get started with Nuxt UI Pro documentation template. | ||
description: Get started with Applicationinsights for Nuxt | ||
--- | ||
|
||
::callout | ||
--- | ||
icon: i-heroicons-light-bulb | ||
target: _blank | ||
to: https://nuxt.studio/themes/docs | ||
--- | ||
Use this template on Nuxt Studio and start your documentation in seconds. | ||
:: | ||
|
||
## Quick Start | ||
|
||
You can start a fresh new project with: | ||
### Installation | ||
|
||
```bash [Terminal] | ||
npx nuxi init -t github:nuxt-ui-pro/docs | ||
```bash | ||
npx nuxi module add nuxt-applicationinsights | ||
``` | ||
|
||
or create a new repository from GitHub: | ||
|
||
1. Open <https://github.com/nuxt-ui-pro/docs> | ||
2. Click on `Use this template` button | ||
3. Enter repository name and click on `Create repository from template` button | ||
4. Clone your new repository | ||
5. Install dependencies with your favorite package manager | ||
6. Start development server | ||
|
||
That's it! You can now start writing your documentation in the [`content/`](https://content.nuxt.com/usage/content-directory) directory 🚀 | ||
This command installs and adds \`nuxt-applicationinsights\` to your \`nuxt.config.ts\` |