Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
/ nuxt-ts-example Public archive

A Nuxt typescript example template with nuxt-ts.

License

Notifications You must be signed in to change notification settings

jaeheonji/nuxt-ts-example

Repository files navigation

Nuxt Typescript Example

A Nuxt typescript example template with nuxt-ts.

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/jaeheonjee/nuxt-ts-example.git <project-name>
$ cd <project-name>
$ yarn or npm install

Usage

# Start dev server
$ yarn dev

# Build & Start server for production
$ yarn build
$ yarn start

About

A Nuxt typescript example template with nuxt-ts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published