Skip to content

Releases: nuxt-community/typescript-template

Renew as a GitHub template repository

Choose a tag to compare

@hmsk hmsk released this 29 Aug 23:32
d3e1e52

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.

Use Nuxt 2.6.1

Choose a tag to compare

@hmsk hmsk released this 06 Apr 19:02
a6e1f4c

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