Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloVichar authored Feb 9, 2024
1 parent afe3727 commit 884316a
Showing 1 changed file with 18 additions and 49 deletions.
67 changes: 18 additions & 49 deletions README.md
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.

0 comments on commit 884316a

Please sign in to comment.