Gathering detailed insights and metrics for @nuxt/schema
Gathering detailed insights and metrics for @nuxt/schema
Gathering detailed insights and metrics for @nuxt/schema
Gathering detailed insights and metrics for @nuxt/schema
nuxt-schema-org
The quickest and easiest way to build Schema.org graphs for Nuxt.
@nuxt/schema-edge
[![Nuxt banner](./.github/assets/banner.svg)](https://nuxt.com)
@nuxt/schema-nightly
Nuxt types and default configuration
nuxt-config-schema
This is a proof of concept module for a feature in Nuxt 3 that automatically infers and generates schema based on user provided configuration from several sources using [unjs/untyped](https://github.com/unjs/untyped) and supports extending layers.
npm install @nuxt/schema
61.9
Supply Chain
94.1
Quality
95.1
Maintenance
100
Vulnerability
99.3
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
55,093 Stars
6,942 Commits
5,042 Forks
793 Watching
64 Branches
799 Contributors
Updated on 28 Nov 2024
TypeScript (96.17%)
HTML (1.99%)
JavaScript (0.92%)
Vue (0.68%)
Shell (0.2%)
Dockerfile (0.04%)
Cumulative downloads
Total Downloads
Last day
1.2%
212,968
Compared to previous day
Last week
5.6%
1,101,211
Compared to previous week
Last month
13.7%
4,551,355
Compared to previous month
Last year
102%
40,875,951
Compared to previous year
26
Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.
It provides a number of features that make it easy to build fast, SEO-friendly, and scalable web applications, including:
Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
1npx nuxi@latest init <my-project>
[!TIP] Discover also nuxt.new: Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.
Simple, intuitive and powerful, Nuxt lets you write Vue components in a way that makes sense. Every repetitive task is automated, so you can focus on writing your full-stack Vue application with confidence.
Example of an app.vue
:
1<script setup lang="ts"> 2useSeoMeta({ 3 title: 'Meet Nuxt', 4 description: 'The Intuitive Vue Framework.' 5}) 6</script> 7 8<template> 9 <div id="app"> 10 <AppHeader /> 11 <NuxtPage /> 12 <AppFooter /> 13 </div> 14</template> 15 16<style scoped> 17#app { 18 background-color: #020420; 19 color: #00DC82; 20} 21</style>
We highly recommend you take a look at the Nuxt documentation to level up. It’s a great resource for learning more about the framework. It covers everything from getting started to advanced topics.
Discover our list of modules to supercharge your Nuxt project, created by the Nuxt team and community.
We invite you to contribute and help improve Nuxt 💚
Here are a few ways you can get involved:
Follow the docs to Set Up Your Local Development Environment to contribute to the framework and documentation.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
27 out of 27 merged PRs checked by a CI test -- score normalized to 10
Reason
project has 73 contributing companies or organizations
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
all dependencies are pinned
Details
Reason
security policy file detected
Details
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 13/17 approved changesets -- score normalized to 7
Reason
badge detected: InProgress
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-27T20:12:59Z
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More