https://github.com/fedorae-com/vfc
Reusable Vuetify Components
https://github.com/fedorae-com/vfc
components frontend-components javascript material material-components material-design material-theme typescript ui ui-components ui-library vue vue-components vue-material vue-vuetify vuejs vuetify vuetify-components vuetifyjs
Last synced: 10 months ago
JSON representation
Reusable Vuetify Components
- Host: GitHub
- URL: https://github.com/fedorae-com/vfc
- Owner: fedorae-com
- Created: 2021-04-05T23:08:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:08:35.000Z (over 2 years ago)
- Last Synced: 2025-06-30T11:02:48.313Z (12 months ago)
- Topics: components, frontend-components, javascript, material, material-components, material-design, material-theme, typescript, ui, ui-components, ui-library, vue, vue-components, vue-material, vue-vuetify, vuejs, vuetify, vuetify-components, vuetifyjs
- Language: Vue
- Homepage: https://www.youtube.com/watch?v=Re7FnxBVNoA&list=PL0kQPOHhjroJ1pQID3yvB8BomL_lkizq9
- Size: 605 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Vuetify Components
**Component List**
1. Login
2. Register
3. ForgotPassword
4. ProfileContactCard
4. ImageUploadPreview
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).