Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 778 Bytes

File metadata and controls

26 lines (18 loc) · 778 Bytes

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.