
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@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
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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.