nuxt3-eslint-starter icon indicating copy to clipboard operation
nuxt3-eslint-starter copied to clipboard

A Nuxt 3 starter template with working Eslint.

Results 2 nuxt3-eslint-starter issues
Sort by recently updated
recently updated
newest added

- [x] implement [vitest](https://vitest.dev/). vitest is a testing tool, not for component test. - [x] implement E2E test with [testcafe](https://testcafe.io/) - [x] vitest works with `"@nuxt/test-utils": "^3.0.0-rc.3"` to test SSR...