Skip to content

0.3.0

Choose a tag to compare

@BracketJohn BracketJohn released this 02 Jan 14:28
· 54 commits to main since this release

create-sidebase is a CLI to setup typesafe, productive Nuxt 3 projects. To use it, run:

npm create sidebase@latest

It also works with pnpm and yarn.

image

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 setup
  • npm 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, .js and .md files
  • 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