https://github.com/bcgov/namerequest
Public Front End for the Name Request System
https://github.com/bcgov/namerequest
bcregistry typescript vue vue-cli vuetify
Last synced: 3 months ago
JSON representation
Public Front End for the Name Request System
- Host: GitHub
- URL: https://github.com/bcgov/namerequest
- Owner: bcgov
- Created: 2019-11-15T23:14:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:36:38.000Z (over 1 year ago)
- Last Synced: 2024-09-15T11:35:43.409Z (over 1 year ago)
- Topics: bcregistry, typescript, vue, vue-cli, vuetify
- Language: Vue
- Homepage:
- Size: 15 MB
- Stars: 1
- Watchers: 17
- Forks: 42
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Name Request UI
[](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
## Project setup
```
npm install -g pnpm@9
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run dev
```
### Compiles and minifies for production
```
pnpm run build
```
### Run your tests
```
pnpm run test
```
### Lints and fixes files
```
pnpm run lint
```
### Run your unit tests
```
pnpm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).