https://github.com/hipkiss91/simple-vue
Simple Vue components that make no assumptions about styling.
https://github.com/hipkiss91/simple-vue
components frontend javascript simple-vue simple-vues simplevue simplevues vue vue2 vuejs vuejs2 vuejs3 web web-dev
Last synced: about 1 year ago
JSON representation
Simple Vue components that make no assumptions about styling.
- Host: GitHub
- URL: https://github.com/hipkiss91/simple-vue
- Owner: hipkiss91
- Created: 2021-11-24T17:01:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T18:10:59.000Z (about 4 years ago)
- Last Synced: 2025-03-17T15:46:52.949Z (over 1 year ago)
- Topics: components, frontend, javascript, simple-vue, simple-vues, simplevue, simplevues, vue, vue2, vuejs, vuejs2, vuejs3, web, web-dev
- Language: Vue
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Vues
This project makes no assumptions about the styling required for a particular project. Instead it focuses on the functionality. Making sure developers are provided with everything they need to create easy to use components that supply a cheat sheet for any use case.
### Install
```bash
npm install simple-vues --save
```
### Import
Import plugin:
```javascript
import SimpleVues from 'simple-vues';
Vue.use(SimpleVues);
```
Then use in your templates by simply importing the component ``.
### Documentation
Individual component documentation can be found in the `/docs` directory. Each file is named the same as the component. Check out the [GitHub project](https://github.com/hipkiss91/simple-vue) for ease.