/nuxt-typescript-sample

Project that uses TypeScript for a nuxt.js project.

Primary LanguageVue

nuxt.js with TypeScript

My classy Nuxt.js project

Playing around with NUXT and TypeScript. Used the nuxt starter and included TypeScript with wagerfield/nuxt-typescript. More information on how to work with TypeScript and Vue.js can be found at Microsoft/TypeScript-Vue-Starter.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.