https://github.com/bcgov/business-filings-ui
BC Registry Services - Legal Entities - Business Dashboard and Filings
https://github.com/bcgov/business-filings-ui
bcregistry javascript jest keycloak kubernetes npm openshift scss typescript vue vuetify
Last synced: about 2 months ago
JSON representation
BC Registry Services - Legal Entities - Business Dashboard and Filings
- Host: GitHub
- URL: https://github.com/bcgov/business-filings-ui
- Owner: bcgov
- License: apache-2.0
- Created: 2020-02-12T23:58:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-06-10T08:09:11.000Z (2 months ago)
- Last Synced: 2026-06-10T10:08:40.547Z (2 months ago)
- Topics: bcregistry, javascript, jest, keycloak, kubernetes, npm, openshift, scss, typescript, vue, vuetify
- Language: TypeScript
- Homepage:
- Size: 20.2 MB
- Stars: 11
- Watchers: 9
- Forks: 59
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS.txt
Awesome Lists containing this project
README
[](../LICENSE)
[](https://codecov.io/gh/bcgov/business-filings-ui)
[](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
---
description: business-filings-ui readme
ignore: true
---
## About
This UI implements a number of filings. See "views" folder for details.
This UI is built using Vue2 and Typescript. It uses Vite, Pinia and Vuetify.
## Development
### Install dependencies
```
npm install
```
### Compile (with hot-reload) for development
```
npm run serve
```
### Compile and minify for production
```
npm run build
```
### Run the linter
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```
### Notes
1. Make sure you have a local `.env` file. Sample contents can be found in `.env.example`. Ask a team member if you need help with unpopulated values.
2. Run the command to build and serve the UI.
3. Navigate to `http://localhost:8080/` in your browser, adding any necessary query parameters to load the desired filing.
### Special consideration
This UI uses components from the **sbc-common-components** library, which is built using a different version of Vue and has different dependencies. As such, the `package.json` file has an "overrides" and "peerDependencies" section to ensure compatibility, and the `vite.config.js` file has specific plugin, alias, deps and optimizedDeps configuration. Do not change any of this unless you know what you are doing and have tested the changes thoroughly.
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/bcrs-entities-create-ui/issues/).
## How to Contribute
If you would like to contribute, please see our [CONTRIBUTING](CONTRIBUTING.md) guidelines.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.
## Issues/Suggestions
Make Suggestions/Issues [here!](https://github.com/bcgov/bcrs-entities-create-ui/issues/new)
Issues are [markdown supported](https://guides.github.com/features/mastering-markdown/).
## License
Copyright 2026 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.