@rigo-m/nuxt-astrofy
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Nuxt Astrofy

npm version npm downloads License Nuxt

A small module to enforce an island-first approach in nuxt 3

Quick Setup

  1. Add @rigo-m/nuxt-astrofy dependency to your project
# Using pnpm
pnpm add -D @rigo-m/nuxt-astrofy

# Using yarn
yarn add --dev @rigo-m/nuxt-astrofy

# Using npm
npm install --save-dev @rigo-m/nuxt-astrofy
  1. Add nuxt-astrofy to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt-astrofy"],
});

That's it! You can now use Nuxt Astrofy in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Readme

Keywords

none

Package Sidebar

Install

npm i @rigo-m/nuxt-astrofy

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.41 kB

Total Files

9

Last publish

Collaborators

  • rigo-m