@vergelijkdirect/qa-renderer
v0.2.15-rc.0
Published
Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install ```
Downloads
656
Keywords
Readme
Setup
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Development Server
# npm
npm run watch
# pnpm
pnpm run watch
# yarn
yarn watch
Production build
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Locally preview production build
# npm
npm run serve
# pnpm
pnpm run serve
# yarn
yarn serve
Package build
# npm
npm run rollup
# pnpm
pnpm run rollup
# yarn
yarn rollup