1.0.4 • Published 9 months ago
@unpress/dropbox v1.0.4
Unpress Dropbox
Unpress Dropbox module for doing amazing things.
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- Add
unpress-dropboxdependency 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- Add
unpress-dropboxto themodulessection ofnuxt.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 release1.0.4
9 months ago