Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@samk-dev/astratto-ui
Advanced tools
Yes, yet another UI library. Built on top of UIkit 3, it's exclusive to Nuxt
⚠️ Library still under development ⚠️
Yes, yet another UI library. Built on top of UIkit 3, it's exclusive to Nuxt.
It's the successor of my old private library with support for nuxt2
. I usually use it in clients work.
Nuxt 3 came out so the need for an upgrade is necessary, so why not a re-write and open it for everyone?
astratto-ui
dependency to your project# Using pnpm
pnpm add -D @samk-dev/astratto-ui
# Using yarn
yarn add --dev @samk-dev/astratto-ui
# Using npm
npm install --save-dev @samk-dev/astratto-ui
@samk-dev/astratto-ui
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: ['@samk-dev/astratto-ui']
})
That's it! You can now use Astratto UI in your Nuxt app ✨
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Develop with the playground
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Run Vitest
pnpm run test
pnpm run test:watch
# Release new version
pnpm run release
FAQs
Yes, yet another UI library. Built on top of UIkit 3, it's exclusive to Nuxt
The npm package @samk-dev/astratto-ui receives a total of 0 weekly downloads. As such, @samk-dev/astratto-ui popularity was classified as not popular.
We found that @samk-dev/astratto-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.