suguru / typescript-template

Typescript starter with Nuxt.js

Home Page:https://nuxt-typescript-starter.johnlindquist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 vue-cli.

$ 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

About

Typescript starter with Nuxt.js

https://nuxt-typescript-starter.johnlindquist.com

License:MIT License


Languages

Language:TypeScript 46.9%Language:Vue 36.8%Language:JavaScript 15.1%Language:Shell 1.2%