0.3.0
create-sidebase is a CLI to setup typesafe, productive Nuxt 3 projects. To use it, run:
npm create sidebase@latestIt also works with pnpm and yarn.
What's changed
In v0.3.0 we added linting and typechecking to the Merino stack 🎊 This means that every sidebase-project now comes pre-configured with:
npm run typecheck: Typecheck your project using typescript and the recommended nuxt 3 setupnpm run lint: Lint your project using eslint and the Nuxt 3 eslint preset
In addition, we added some config files that make VS Code integratione easier by:
- suggesting extensions: Volar, eslint, editorconfig
- editorconfig: Automatically set some of the basics (indentation, line breaks, ....) correctly for
.ts,.jsand.mdfiles - settings: use eslint per default to lint files on safe, use volar for vue files, support the tailwind classes if the right extension is installed
