Skip to content

Commit 8b89677

Browse files
committed
πŸš€ - Launch
1 parent 56606fe commit 8b89677

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
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

0 commit comments

Comments
Β (0)