https://github.com/components-web-app/cwa-nuxt-module
https://github.com/components-web-app/cwa-nuxt-module
hacktoberfest nuxt nuxtjs vue vuejs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/components-web-app/cwa-nuxt-module
- Owner: components-web-app
- License: mit
- Created: 2020-05-13T13:54:26.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:19:32.000Z (over 1 year ago)
- Last Synced: 2024-10-30T05:07:38.816Z (over 1 year ago)
- Topics: hacktoberfest, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://docs.nuxt-module.cwa.rocks/
- Size: 5.58 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CWA Nuxt 3 Module (in development)
[](https://app.codecov.io/gh/components-web-app/cwa-nuxt-module/tree/feat/manager-tabs)
This module is designed to work with the [API Component Bundle](https://github.com/components-web-app/api-components-bundle) and will provide a full user-interface and utilities to easily create custom web apps with an advanced in-line content management system
## CWA Module in Action
### Template using this module for front-end and API Components Bundle for back-end
https://github.com/components-web-app/components-web-app/tree/v3
### Template application deployed online
https://cwa-v3-silverback-web-apps.vercel.app/
## Development
- Run `pnpm run dev:prepare` to generate type stubs.
- Use `pnpm run dev` to start [playground](./playground) in development mode.
### Linting
- Run `pnpm run lint` or `pnpm run lint:fix`
### Testing
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`
## Test coverage for branch `feat/manager-tabs`
