Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)