Typescript Template Versions Save

Typescript starter for Nuxt 2

v2.14.4

3 years ago

Now we can create a repository with hitting "Use this template" button on https://github.com/nuxt-community/typescript-template image

Various way to write component

This template provides 3 types of component writing style as same as https://typescript.nuxtjs.org/

  • Options API
  • Class API
  • Composition API (Experimental)

Each sample demonstrates how to use the basic features of Nuxt.

v2.6.1

5 years ago

Covers latest Nuxt releases

Main changes

  • nuxt-ts is no longer needed on the top-level
  • Extendabletsconfig.json is no longer provided by @nuxt/typescript
  • ts-node is required on the top-level