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.
npm install
npm run serve
npm run build
npm run lint
npm run test:unit
- Make sure you have a local
.envfile. Sample contents can be found in.env.example. Ask a team member if you need help with unpopulated values. - Run the command to build and serve the UI.
- Navigate to
http://localhost:8080/in your browser, adding any necessary query parameters to load the desired filing.
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.
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Make Suggestions/Issues here! Issues are markdown supported.
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.