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

https://github.com/bcgov/business-dashboard-ui

Contains business filing ledger, addresses, people, documents, and launch points for new filings
https://github.com/bcgov/business-dashboard-ui

bcregistry citz nuxt tailwind typescript vuejs

Last synced: 2 months ago
JSON representation

Contains business filing ledger, addresses, people, documents, and launch points for new filings

Awesome Lists containing this project

README

          

# business-dashboard-ui

Contains business filing ledger, addresses, people, documents, and launch points for new filings

# Nuxt 3 Minimal Starter

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

## Setup

First, make sure you have pnpm installed globally:

```bash
npm install -g pnpm@8.15.6
```

Make sure to install the app dependencies:

```bash
# pnpm
pnpm install
```

## Development Server

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

```bash
# pnpm
pnpm run dev
```

## Production

Build the application for production:

```bash
# pnpm
pnpm run build
```

Locally preview production build:

```bash
# pnpm
pnpm run preview
```

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