Skip to content

jezrin/typescript-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt TypeScript Starter

CircleCI

A Nuxt.js starter project template without the distraction of a complicated development environment.

Installation

This is a project template for legacy vue-cli.

$ npm install -g @vue/cli
$ npm install -g @vue/cli-init
$ vue init nuxt-community/typescript-template my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install

Usage

Development

$ npm run dev

Go to http://localhost:3000

Production

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

Static Generation

Netlify Status

$ npm run generate #=> Then distribute /dist

Packages

No packages published

Languages

  • TypeScript 50.3%
  • Vue 34.6%
  • JavaScript 14.0%
  • Shell 1.1%