Skip to content

trastanechora/nuxt-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

nuxt-typescript-starter

Nuxt + Typescript is awesome! :)

This template is intended for full Typescript use

See deployed app of this template here.

Features

  • ๐Ÿ”ฅ Configurations are fully writen in Typescript (No JavaScript file on this repo!)
  • ๐Ÿ’Ž Eslint and Prettier integration ready
  • ๐ŸŽจ Vuetify ready, an Amazing Material Design Component Framework
  • ๐Ÿ“ฆ Vuex store management with intense typing usage example
  • ๐ŸŒ Axios ready (With a sample to NewsAPI request)
  • โš™ DotEnv ready ofcourse!
  • ๐ŸŽญ Jest integration ready Unit Test with 100% coverage as starting point (Vuetify and Vuex Integration included!)
  • โœจ Progressive Web App by default (Installable / Add to homescreen)

Installation

Clone the repo, cd to directory then yarn install

Rename example.env to .env then fill the NEWS_API_KEY variable with your own token from here.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Show your support

Would you mind to give a โญ๏ธ if this project helped you :)

If you meet any difficulties or have a question about this Nuxt Typescript Starter please create an issue and put question label on it, I would really happy to help :)