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
- Host: GitHub
- URL: https://github.com/bcgov/business-dashboard-ui
- Owner: bcgov
- License: apache-2.0
- Created: 2024-05-29T22:22:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T19:57:21.000Z (2 months ago)
- Last Synced: 2026-03-26T01:08:14.308Z (2 months ago)
- Topics: bcregistry, citz, nuxt, tailwind, typescript, vuejs
- Language: TypeScript
- Homepage:
- Size: 5.21 MB
- Stars: 2
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.