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.
- Host: GitHub
- URL: https://github.com/booluw/nuxt-fullstack-template
- Owner: booluw
- Created: 2024-10-06T00:35:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-02T17:32:04.000Z (about 1 year ago)
- Last Synced: 2024-12-02T18:37:09.486Z (about 1 year ago)
- Topics: fullstack-javascript, nuxt3, template, vue3
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```