File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1- # nuxt-typescript-starter
1+ <p align =" center " style =" color : #343a40 " >
2+ <img src =" https://typescript.nuxtjs.org/assets/logo.svg " alt =" emotion " height =" 150 " width =" 150 " >
3+ <h1 align =" center " >nuxt-typescript-starter</h1 >
4+ </p >
5+ <p align =" center " >
6+ <a href =" https://codecov.io/gh/trastanechora/nuxt-typescript-starter " >
7+ <img src="https://codecov.io/gh/trastanechora/nuxt-typescript-starter/branch/master/graph/badge.svg" />
8+ </a >
9+ <a href =" https://github.com/prettier/prettier " >
10+ <img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" />
11+ </a >
12+ <a href =" https://app.netlify.com/sites/nuxt-typescript-starter/deploys " >
13+ <img src="https://api.netlify.com/api/v1/badges/e2b0a20b-c98e-4836-86ff-73712a78bcf9/deploy-status" />
14+ </a >
15+ </p >
216
317> Nuxt + Typescript is awesome! :)
418
19+ ## Features
20+
21+ - π₯ Configurations are fully writen in Typescript (** No JavaScript** file on repo!)
22+ - π ** Eslint** and ** Prettier** integration
23+ - π¨ ** Vuetify** ready
24+ - π¦ ** Vuex** Store management
25+ - π ** Axios** Ready (With a sample to NewsAPI request)
26+ - β ** DotEnv** Ready
27+ - π¨ Expressive, Dynamic, Robust CSS with ** Stylus** support
28+ - π ** Jest** integration ready Unit Test with 100% coverage as starting point (Vuetify and Vuex Integration included!)
29+ - β¨ ** Progressive Web App** by default (Installable / Add to homescreen)
30+
531## Build Setup
632
733``` bash
You canβt perform that action at this time.
0 commit comments