Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escss-labs/nuxt-escss-estest
A wrapper of ESCSS-ESTest for Nuxt 3
https://github.com/escss-labs/nuxt-escss-estest
escss javascript libray nuxt3 tdd
Last synced: about 1 month ago
JSON representation
A wrapper of ESCSS-ESTest for Nuxt 3
- Host: GitHub
- URL: https://github.com/escss-labs/nuxt-escss-estest
- Owner: ESCSS-labs
- License: other
- Created: 2024-09-22T17:52:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T12:35:29.000Z (about 2 months ago)
- Last Synced: 2024-11-03T00:34:07.625Z (about 2 months ago)
- Topics: escss, javascript, libray, nuxt3, tdd
- Language: TypeScript
- Homepage:
- Size: 650 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NUXT-ESCSS-ESTest
A wrapper for ESCSS-ESTest to use globally in Nuxt 3## Features
- ⛰ Global use in Nuxt 3
- 🚠 Same as [ESCSS-ESTest](https://github.com/ESCSS-labs/ESCSS-ESTest)## Quick Setup
Install the module to your Nuxt application with one command:
```bash
npx nuxi module add nuxt-escss-estest
```That's it! You can write code without import ✨
```vue
ESTest('Happy Coding!', 'string')
```
## License
[see](https://github.com/ESCSS-labs/ESCSS-ESTest?tab=License-1-ov-file)