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

https://github.com/roileo/nuxtplate

🚀 Nuxt Boilerplate for new projects
https://github.com/roileo/nuxtplate

boilerplate nuxt nuxtui

Last synced: 7 months ago
JSON representation

🚀 Nuxt Boilerplate for new projects

Awesome Lists containing this project

README

          

# Nuxtplate 🍽

> Look at the [nuxt documentation](https://nuxt.com/) to learn more.

This is the Nuxtjs boilerplate. It contains the following conventions/features:

- [x] 🪲 [Typescript](https://www.typescriptlang.org/)
- [x] 💚 [Nuxt](https://nuxt.com//)
- [x] 🌊 [Nuxt UI](https://ui.nuxt.com/)
- [x] ✨ [Eslint](https://eslint.org/) & [Prettier](https://prettier.io/)
- [x] 🐕 [Husky](https://github.com/typicode/husky) git hooks

## Setup

Make sure to install the dependencies:

```bash
yarn
```

## Development Server

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```

## Deployment

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FroiLeo%2FNuxtplate) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/roiLeo/Nuxtplate)

Checkout the [deployment documentation](https://nuxt.com//guide/deploy/presets) for more information.