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

https://github.com/booluw/nuxt-fullstack-template

Nuxt Fullstack starter template.
https://github.com/booluw/nuxt-fullstack-template

fullstack-javascript nuxt3 template vue3

Last synced: 5 months ago
JSON representation

Nuxt Fullstack starter template.

Awesome Lists containing this project

README

          

# Nuxt 3 Fullstack Template
## Features

Includes;
- Nuxt3
- TS, ESLint
- Pinia and Pinia persist
- TailwindCSS
- Prisma
- JSON WebToken
- Bcrypt to hash passwords
- Server and Client middlewares
- Basic HTTP Error function

## Contributing

Feel there should be more? Create a PR/Issue

## Versioning

Release versioning is based on `v[VERSION_OF_TEMPLATE].[VERSION_OF_NUXT_USED]`, therefore `v0.13.3` related to version 0 of the template, using v13.3 of NuxtJS

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install
```

## Development Server

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

```bash
# yarn
yarn dev
```