Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:08:35.000Z (about 1 year ago)
- Last Synced: 2024-02-01T08:28:18.323Z (about 1 year 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: 5
- Watchers: 2
- 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/).