vuepocket
v0.0.2
Published
Vue composables for working with PocketBase
Downloads
6
Readme
packageName
This is my package description.
Usage
Install package:
# ✨ Auto-detect
npx nypm install vuepocket
# npm
npm install vuepocket
# yarn
yarn add vuepocket
# pnpm
pnpm install vuepocket
# bun
bun install vuepocket
Import:
ESM (Node.js, Bun)
import {} from "pkg";
CommonJS (Legacy Node.js)
const {} = require("pkg");
CDN (Deno, Bun and Browsers)
import {} from "https://esm.sh/pkg";
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd