Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
TypeScript starter for Nuxt 2 with Options, Class, and Composition API support.

A Next.js starter template for integrating HandCash Connect authentication and Bitcoin Cash payments.

A starter template for building Slack agents with the Eve framework, featuring webhook handling, Vercel Connect, and a deployable agent.

Starting point for a Typescript, React (v16.8.0+), Yarn & Lerna monorepo project with full setup for ESLint and Prettier.

This is a nextJs Tutorial, with a simple nextjs website created, explains all basic nextjs functionalities to get started using nextjs

A TypeScript starter for Next.js with ESLint, Prettier, Husky, Commitizen, and more.
Nuxt TypeScript Starter Template is an open-source boilerplate for building Nuxt 2 applications with TypeScript, maintained by the nuxt-community organization. It pairs Nuxt 2 with @nuxt/typescript to give developers a TypeScript-ready project that can be customized for different Vue component API styles.
It is a minimal starter template that combines Nuxt 2 with the @nuxt/typescript module, providing a TypeScript-configured project out of the box. You create a repository from the GitHub template, run the init.sh script, and the template generates a project with development, SSR build, and static generation scripts. The repository currently has 635 stars on GitHub and is maintained by the nuxt-community team.
Setup takes two steps. First, create a repository from the github.com/nuxt-community/typescript-template page using the "Use this template" button and clone it locally. Second, run ./init.sh, which asks which Vue component API style you prefer — Options, Class with nuxt-property-decorator, or Composition (experimental) via @nuxt/composition-api — and customizes the project files based on your answer.
The template is an open-source project on GitHub under the nuxt-community organization, so it is free to use, modify, and distribute. No license restrictions are mentioned in the repository.
The repository maintainers intentionally keep the template minimal and focused on the latest Nuxt.js and @nuxt/typescript versions. For sample usage of specific OSS libraries, they recommend using create-nuxt-app instead.
Not yet. The maintainers acknowledge that the Vuex usage is not fully typed and are waiting for the next major version of Vuex (v4) to improve the situation.
The previous layout of the repository is still available on the master branch of github.com/nuxt-community/typescript-template. The current default branch contains the new setup with init.sh.
