easy-accounting-api-bridge
v0.0.0-22.9c250ce
Published
A Nuxt module to integrate Easy Accounting with your Nuxt application.
Readme
Easy Accounting API Bridge
A Nuxt module to seamlessly integrate Easy Accounting API features into your Nuxt application.
Features
- 🔗 Effortless API integration
- ⚡️ Modern composables for API calls
- 🛠️ Extensible plugin architecture
- 🧩 Ready for Nuxt 3
Installation
Add the module to your Nuxt project:
npx nuxi module add easy-accounting-bridgeOr install via npm:
npm install easy-accounting-bridgeUsage
Once installed, you can use the module's composables and plugins in your Nuxt app. See the playground for example usage.
Documentation
Contributing
We welcome contributions! To get started with local development:
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Start the playground for development
npm run dev
# Build the playground
npm run dev:build
# Release a new version
npm run release