Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

tigrisdata-archive/tigris-nuxt-3

Repository files navigation

Nuxt 3 with Tigris Minimal Starter

Tigris + Nuxt 3 app screenshot

To learn more, check out:

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Tigris Project

Run the following command. You will need to create a Tigris Cloud account or login to an existing account to authenticate the Tigris CLI:

npm run tigris:init

This will create a project in Tigris Cloud and store your Tigris project configuration in a .env file.

With the project config in place, seed the Tigris Database with data:

npm run tigris:seed

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.