nuxt-skeleton
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Nuxt Skeleton

npm version npm downloads License Nuxt

A skeleton & placeholder module for Nuxt 3.

Features

  • Easy to build
  • Customizable Component Names
  • Themeable

Documentation

We're preparing the documentation and playground, it will be added soon.

Quick Setup

  1. Add nuxt-skeleton dependency to your project
# Using yarn
yarn add nuxt-skeleton

# Using npm
npm install nuxt-skeleton

# Using pnpm
pnpm add nuxt-skeleton
  1. Add nuxt-skeleton to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-skeleton'
  ]
})

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

Usage

We're preparing the examples, it will be added soon.

Todo

  • [x] Fully Functional Skeleton Components
  • [ ] Add Examples to README.md
  • [ ] Build Documentation and Playground Website

Functionalites

  • [x] Wraps, Blocks and Skeletons
  • [x] SkeletonDiv Component to Use Functional Props
  • [x] Customizable Component Names
  • [x] Animations
    • [x] Different Types of Animations
    • [x] Adjustable Speed of Animations
  • [x] Color Support
    • [x] Dark and Light Mode
    • [ ] Adjustable Opacity of Animations

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

# Release new version
npm run release

Package Sidebar

Install

npm i nuxt-skeleton

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

15.3 kB

Total Files

17

Last publish

Collaborators

  • volkanakkus