https://github.com/not-byte/nuxt-template
https://github.com/not-byte/nuxt-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/not-byte/nuxt-template
- Owner: not-byte
- License: apache-2.0
- Created: 2025-03-13T08:36:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T11:37:28.000Z (about 1 year ago)
- Last Synced: 2025-04-06T12:28:14.812Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 5.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.


> 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)

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)

To learn more about project versions see [SECURITY.md](./SECURITY.md)
Thanks for reaching the bottom!
Go back to the top