An open API service indexing awesome lists of open source software.

https://github.com/king-11/nuxt-template

Nuxt🌀 Starter Template for SSG. Includes eslint, prettier 🐼 config along with windicss and Axios setup. The template is PWA🎇 ready as well as tree🌲 shaked.
https://github.com/king-11/nuxt-template

hacktoberfest nuxt-template nuxtjs tailwindcss vue windicss

Last synced: 7 months ago
JSON representation

Nuxt🌀 Starter Template for SSG. Includes eslint, prettier 🐼 config along with windicss and Axios setup. The template is PWA🎇 ready as well as tree🌲 shaked.

Awesome Lists containing this project

README

          

# Nuxt Template

Nuxt Template for quick setup and getting started.

## Dependecies Include

- nuxt
- @nuxt/content
- @nuxt/axios
- nuxt-windicss
- @nuxtjs/pwa
- @nuxtjs/sitemap
- @nuxtjs/robots
- @nuxtjs/typescript-build
- @nuxtjs/composition-api
- nuxt-purge-icons-module
- sass

## Formatter and Linter

- prettier
- eslint
- husky

### Typescript is supported and app is in PWA mode

## Build Setup

```bash
# 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
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).