## Concept - Make it maintainable by anyone - Choose tools and practices that are as official/community-recommended or community-originated as possible ## libraries and frameworks ### Basics - [x] Nuxt (SSG) - [x] TypeScript - [x] Node.js (LTS) - [x] pnpm v9 ### Styling - [x] UnoCSS ### Linter and Formatter - [x] @nuxt/eslint - [x] @antfu/eslint-config - [x] eslint-plugin-vuejs-accessibility ### Testing - [ ] @nuxt/test-utils - [ ] vitest ### Other Nuxt Modules - [ ] @nuxtjs/seo - [ ] @nuxt/i18n - [ ] @nuxt/image - [ ] @nuxt/scripts (ga) - [ ] @nuxt/icon - [ ] @nuxtjs/color-mode ### Others - [ ] [bump](https://www.npmjs.com/package/bumpp) - [ ] VueUse (partialy)
Concept
libraries and frameworks
Basics
Styling
Linter and Formatter
Testing
Other Nuxt Modules
Others