Nuxt Typescript Netlify
A Nuxt typescript example template with nuxt-ts on Netlify.
This template is an example of typescript using nuxt-ts, which was recently announced with Nuxt V2.4.0 release.
Installation
$ git clone https://github.com/tamanyan/nuxt-ts-netlify.git <project-name>
$ cd <project-name>
$ yarn or npm install
Usage
# Start dev server
$ yarn dev
# Build & Generate HTML
$ yarn generate