pv-sdk
v1.0.0
Published
Experimental work on piveau kit.
Downloads
2
Readme
Experimental work on piveau kit.
Overview
This is a monorepo. The packages directory contains npm packages related to piveau kit. Packages inside the playground directory are frontend projects used for testing and development purposes to see and touch how the features of the piveau kit are working in practice.
Quick Features
- Provides API client for piveau services
- Provides reactive state management for client-side piveau service data for Vue applications
- Written in TypeScript
Development
To get started, follow these steps:
- Clone this repository
- Install dependencies using
pnpm install- We use Volta for Node.js version management. If you don't have Volta installed, you can install it from here.
- We use pnpm v8 for package management (run
corepack enable && corepack preparein case of pnpm-related issues).
- Build all packages using
pnpm build. - Run test watcher using
pnpm testor run one of the playground projects inside theplaygrounddirectory usingpnpm installfollowed bypnpm devinside the corresponding directory.
To run playground projects:
- Clone this repository
Install dependencies using
pnpm install- We use Volta for Node.js version management. If you don't have Volta installed, you can install it from here.
- We use pnpm v8 for package management (run
corepack enable && corepack preparein case of pnpm-related issues).
- In root directory, run
pnpm build - Go to the playground directory and follow installation instructions in the README.md file of the corresponding project.
