Releases: N-Laboratory/nuxt3-starter-guide-example
Releases · N-Laboratory/nuxt3-starter-guide-example
v2.0
Overview
Update nuxt version to 3.12.2.
Changelog
Fixes
- Remove eslintrc and prettier configuration
- Add ESLint flat config and ESLint stylistic configuration
- Modify ESLint npm scripts in package.json
Documentation
- Update README.md
Tests
- Use @vitest/coverage-v8 instead of @vitest/coverage-c8
- Use screen.getBy instead of container.querySelector
Chore
- Update all library in package.json to the latest version
- Modify any type to the appropriate type in TypeScript
v1.0
Nuxt3 template project
The minimum required functions are implemented as a template project and the essentials are explained. This project also implement unit testing, E2E testing, and analyzing source code by SonarQube.
Feature
- Vitest (unit test)
- EsLint
- VeeValidate
- Navigation guard
- Pinia
- Puppeteer (E2E test)
- SonarQube
- TypeScript