1.0.4 • Published 5 months ago

@unpress/dropbox v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Unpress Dropbox

npm version npm downloads License Nuxt

Unpress Dropbox module for doing amazing things.

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

  1. Add unpress-dropbox dependency to your project
# Using pnpm
pnpm add -D unpress-dropbox

# Using yarn
yarn add --dev unpress-dropbox

# Using npm
npm install --save-dev unpress-dropbox
  1. Add unpress-dropbox to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'unpress-dropbox'
  ]
})

That's it! You can now use Unpress Dropbox 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
1.0.4

5 months ago