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.
- Host: GitHub
- URL: https://github.com/king-11/nuxt-template
- Owner: king-11
- Created: 2020-11-25T05:52:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T13:25:02.000Z (about 4 years ago)
- Last Synced: 2025-01-23T21:51:25.289Z (9 months ago)
- Topics: hacktoberfest, nuxt-template, nuxtjs, tailwindcss, vue, windicss
- Language: Vue
- Homepage: https://nuxt-windicss.netlify.app/
- Size: 428 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).