https://github.com/abd3lraouf/docs

https://github.com/abd3lraouf/docs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: abd3lraouf
  • Language: Vue
  • Default Branch: v3
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

nuxt-ui-docs-social-card

Nuxt UI Pro - Docs template

Nuxt UI Pro Nuxt Studio

Deploy to NuxtHub

Quick Start

bash [Terminal] npx nuxi init -t github:nuxt-ui-pro/docs#v3

Setup

Make sure to install the dependencies:

```bash

npm

npm install

pnpm

pnpm install

yarn

yarn install

bun

bun install ```

Development Server

Start the development server on http://localhost:3000:

```bash

npm

npm run dev

pnpm

pnpm run dev

yarn

yarn dev

bun

bun run dev ```

Production

Build the application for production:

```bash

npm

npm run build

pnpm

pnpm run build

yarn

yarn build

bun

bun run build ```

Locally preview production build:

```bash

npm

npm run preview

pnpm

pnpm run preview

yarn

yarn preview

bun

bun run preview ```

Check out the deployment documentation for more information.

Nuxt Studio integration

Studio is an intuitive CMS interface to edit your Nuxt Content websites.

It take advantage of the Preview API included in Nuxt Content to propose the best editing experience for your content files. Editors can benefit from a user-friendly interface to edit their Markdown, YAML or JSON files.

You can import your project on the platform without any extra setup.

However to enable the live preview on the platform, you just need to activate studio in the content configuration of your nuxt.config.ts file.

ts [nuxt.config.ts] export default defineNuxtConfig({ content: { preview: { api: 'https://api.nuxt.studio' } } })

Read more on Nuxt Studio docs.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

Owner

  • Name: AbdElraouf Sabri
  • Login: abd3lraouf
  • Kind: user
  • Location: Egypt
  • Company: @stormideas @getstoryteller

Senior Android Developer 🌟 Google Certified Associate Android Developer 🌟

GitHub Events

Total
  • Push event: 6
  • Create event: 7
Last Year
  • Push event: 6
  • Create event: 7

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • pnpm/action-setup v4 composite
.github/workflows/nuxthub.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • nuxt-hub/action v1 composite
  • pnpm/action-setup v4 composite
package.json npm
  • @nuxt/eslint ^1.0.1 development
  • eslint ^9.20.1 development
  • typescript ^5.7.3 development
  • vue-tsc ^2.2.0 development
  • @iconify-json/lucide ^1.2.26
  • @iconify-json/simple-icons ^1.2.24
  • @iconify-json/vscode-icons ^1.2.14
  • @nuxt/content ^3.1.1
  • @nuxt/image ^1.9.0
  • @nuxt/ui-pro 3.0.0-alpha.13
  • @nuxthub/core ^0.8.17
  • nuxt ^3.15.2
  • nuxt-og-image ^4.1.2
pnpm-lock.yaml npm
  • 357 dependencies