Components Web Apps Nuxt Module. UI for creating component-driven web apps with the API Components Bundle
npm install @cwa/nuxt-edge
This module is designed to work with the API Component Bundle and will provide a full user-interface and utilities to easily create custom web apps with an advanced in-line content management system
- Run pnpm run dev:prepare to generate type stubs.
- Use pnpm run dev to start playground in development mode.
- Run pnpm run lint or pnpm run lint:fix
We have built in testing using vitest.
- To run tests as a one-off use pnpm run test
- To include coverage run pnpm run test:coverage
- To run tests in watch mode during development run pnpm run test:watch
- If you want to check coverage updates at the same time as watching for file changes you can run pnpm run test:watch:coverage
{{ current.branch }}