1.0.4 • Published 5 months ago
@unpress/dropbox v1.0.4
Unpress Dropbox
Unpress Dropbox module for doing amazing things.
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- 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
- Add
unpress-dropbox
to themodules
section 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 release
1.0.4
5 months ago