Gathering detailed insights and metrics for @nuxt/vite-builder
Gathering detailed insights and metrics for @nuxt/vite-builder
Gathering detailed insights and metrics for @nuxt/vite-builder
Gathering detailed insights and metrics for @nuxt/vite-builder
npm install @nuxt/vite-builder
Typescript
Module System
Min. Node Version
Node Version
NPM Version
57.9
Supply Chain
33.5
Quality
92.8
Maintenance
100
Vulnerability
95.8
License
TypeScript (96.23%)
HTML (1.96%)
JavaScript (0.9%)
Vue (0.67%)
Shell (0.2%)
Dockerfile (0.04%)
Total Downloads
33,879,647
Last Day
97,989
Last Week
529,453
Last Month
2,321,997
Last Year
21,915,449
55,277 Stars
7,004 Commits
5,055 Forks
795 Watching
58 Branches
807 Contributors
Latest Version
3.14.1592
Package Id
@nuxt/vite-builder@3.14.1592
Unpacked Size
83.16 kB
Size
23.95 kB
File Count
15
NPM Version
10.8.2
Node Version
20.18.0
Publised On
19 Nov 2024
Cumulative downloads
Total Downloads
Last day
0.2%
97,989
Compared to previous day
Last week
-0.1%
529,453
Compared to previous week
Last month
6.5%
2,321,997
Compared to previous month
Last year
110.9%
21,915,449
Compared to previous year
34
1
6
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
20 out of 20 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 19 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
SAST tool detected but not run on all commits
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 10/24 approved changesets -- score normalized to 4
Reason
badge detected: InProgress
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-12-11T17:08:05Z
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