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

https://github.com/not-byte/nuxt-template


https://github.com/not-byte/nuxt-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt Template

TODO

og:locale
lang

title change on route change

NuxtJS is an open source framework that makes web development intuitive and powerful.
Create performant and production-grade full-stack web apps and websites with confidence.
Template written in [TypeScript](https://typescriptlang.org/), [Nuxt](https://nuxt.com/)

### About

> [!Caution]
> Project is still under a development

If you encounter any bugs or errors, create an issue and head to the [Security section](#security)

| Section | Topic |
| ------------ | ------------------------------------------------------------ |
| Summary | [Short summary of the project](#blink) |

## Setup

Make sure to install dependencies:

```bash
npm install
```

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

### Development Server

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

```bash
npm run dev
```

### Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

![Authors](./.github/readme/authors.svg)



botprzemek

![Contributing](./.github/readme/contributing.svg)

> I would like to join this list. How can I help the project?

We're currently looking for contributions for the following:

1. Bug fixes and penetration
2. Refactors
3. Configs improvements
4. Ideas (even if we already have a ton to implement)

![License](./.github/readme/license.svg)

This project is licensed under the Apache License, Version 2.0. Key points are: permissions and conditions of usage. For
more detailed information, please refer to the [LICENSE file](./LICENSE)

![Security](./.github/readme/security.svg)

To learn more about project versions see [SECURITY.md](./SECURITY.md)


Thanks for reaching the bottom!
Go back to the top