Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-iam/front-end-components
Central repository of shared components used in People, Dashboard, etc.
https://github.com/mozilla-iam/front-end-components
Last synced: about 2 months ago
JSON representation
Central repository of shared components used in People, Dashboard, etc.
- Host: GitHub
- URL: https://github.com/mozilla-iam/front-end-components
- Owner: mozilla-iam
- Created: 2019-08-21T21:59:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T14:29:42.000Z (over 1 year ago)
- Last Synced: 2023-08-06T14:11:18.960Z (over 1 year ago)
- Language: Vue
- Size: 3.51 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# front-end-components
A central repository of shared components across the IAM scope.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).