andyweb21 / nuxt-static-boilerplate

A well-organized Nuxt template for creating fast static applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt Static Boilerplate

A well-organized Nuxt template for creating fast static applications.

Features

  • Speeds up your productivity πŸš€
  • Includes advanced settings ready for production ✨
  • Provides pre-configured modules and custom components πŸ“¦
  • Eliminates initial setup and simplifies development process πŸ”₯
  • Offers you powerful built-in solutions such as lazy-loading, font-preloading, global data, SEO etc. πŸ’ͺ
  • Supports modern workflow and build tools like prettier, eslint, stylelint etc. βš™οΈ
  • Helps you organize files and folders with an updated structure πŸ“

Quick Start

  1. Clone this repo to your working directory:
$ git clone https://github.com/ivodolenc/nuxt-static-boilerplate.git <project-name>
  1. Move to the project directory:
$ cd <project-name>
  1. Install all dependencies:
$ yarn # or npm i

That's it! Start developing your app!

Documentation

Project details can be found in the docs folder.

License

Nuxt Static Boilerplate

MIT License

Copyright (c) Ivo Dolenc

About

A well-organized Nuxt template for creating fast static applications.

License:MIT License


Languages

Language:JavaScript 71.8%Language:Vue 19.1%Language:CSS 8.1%Language:HTML 1.0%