Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nuxt-community/typescript-template

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

421 Commits
421 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt TypeScript Starter

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#master" 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

$ npm run generate #=> Then distribute /dist
Morty Proxy This is a proxified and sanitized view of the page, visit original site.