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
- Host: GitHub
- URL: https://github.com/roileo/nuxtplate
- Owner: roiLeo
- Created: 2022-06-15T08:47:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T20:41:54.000Z (about 1 year ago)
- Last Synced: 2025-03-18T16:13:56.851Z (about 1 year ago)
- Topics: boilerplate, nuxt, nuxtui
- Language: Vue
- Homepage: https://nuxtplate.netlify.app/
- Size: 2.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FroiLeo%2FNuxtplate) [](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.