-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afe3727
commit 884316a
Showing
1 changed file
with
18 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,44 @@ | ||
# Nuxt 3 Minimal Starter | ||
# Letstur Laravel API | ||
|
||
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. | ||
Interface para administração de agências de passeios turísticos, desenvolvida em Nuxt 3 | ||
|
||
## Setup | ||
## Features no repositório | ||
|
||
Make sure to install the dependencies: | ||
* Projeto Nuxt + Vue; | ||
* Controle de store com Pinia; | ||
* Tailwind + DaisyUi Plugin para estilização; | ||
* Sistema de permissionamento implementado; | ||
* Padrão Singleton implementado para trabalhar com requisições HTTP para o servidor. | ||
|
||
```bash | ||
# npm | ||
npm install | ||
|
||
# pnpm | ||
pnpm install | ||
## Instalação do projeto | ||
|
||
# yarn | ||
yarn install | ||
Versão recomendada do NodeJs: v20.x. | ||
|
||
# bun | ||
bun install | ||
```bash | ||
npm install | ||
``` | ||
|
||
## Development Server | ||
## Servidor de desenvolvimento | ||
|
||
Start the development server on `http://localhost:3000`: | ||
Iniciando servidor em `http://localhost:3000`: | ||
|
||
```bash | ||
# npm | ||
npm run dev | ||
|
||
# pnpm | ||
pnpm run dev | ||
|
||
# yarn | ||
yarn dev | ||
|
||
# bun | ||
bun run dev | ||
``` | ||
|
||
## Production | ||
## Produção | ||
|
||
Build the application for production: | ||
Build em produção da aplicação: | ||
|
||
```bash | ||
# npm | ||
npm run build | ||
|
||
# pnpm | ||
pnpm run build | ||
|
||
# yarn | ||
yarn build | ||
|
||
# bun | ||
bun run build | ||
``` | ||
|
||
Locally preview production build: | ||
Previsualização local do build da aplicação: | ||
|
||
```bash | ||
# npm | ||
npm run preview | ||
|
||
# pnpm | ||
pnpm run preview | ||
|
||
# yarn | ||
yarn preview | ||
|
||
# bun | ||
bun run preview | ||
``` | ||
|
||
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. | ||
Verifique a [documentação de deploy](https://nuxt.com/docs/getting-started/deployment) para mais informações. |