nuxt-community / typescript-template

Typescript starter for Nuxt 2
https://nuxt-ts-template.netlify.app/
MIT License
643 stars 114 forks source link
nuxt nuxt-template typescript vue

Nuxt TypeScript starter template

A Nuxt 2 + @nuxt/typescript starter project template.

Setup

Create your repository by Use this template button from this template and clone into your local.

Then, run below command and follow its message.

./init.sh

The command will ask your preference for the API to write Vue component among:

Usage

Run Development server

npm run dev

Go to http://localhost:3000

Build/Run SSR enabled application

npm run build
npm start

Static Generation

Netlify Status

npm run generate #=> Then distribute /dist

FAQ

Miss the old way of this repository?

That still alives on master branch.