Skip to content

bcgov/business-filings-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,576 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

License codecov img


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.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

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.

Issues/Suggestions

Make Suggestions/Issues here! Issues are markdown supported.

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.

About

BC Registry Services - Legal Entities - Business Dashboard and Filings

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Generated from bcgov/bcrs-template-ui