https://github.com/kak-smko/renusify
vue3 framework
https://github.com/kak-smko/renusify
renusify vue vue-framework vue-frontend vue3 vuejs
Last synced: 3 months ago
JSON representation
vue3 framework
- Host: GitHub
- URL: https://github.com/kak-smko/renusify
- Owner: kak-smko
- License: bsd-3-clause
- Created: 2022-12-05T08:58:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T07:58:41.000Z (about 1 year ago)
- Last Synced: 2025-05-28T08:08:26.394Z (about 1 year ago)
- Topics: renusify, vue, vue-framework, vue-frontend, vue3, vuejs
- Language: Vue
- Homepage: https://renusify.codenus.com
- Size: 1.73 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### ⚡ Quick Start
Getting started with Renusify is easy. To create a new project, choose your package manager and run one of the following
commands:
Using [pnpm](https://pnpm.io/)
```bash
pnpm add renusify
```
Using [yarn](https://yarnpkg.com/)
```bash
yarn add renusify
```
Using [npm](https://npmjs.com/)
```bash
npm install renusify
```
### 🚀 Introduction
Some highlights include:
- **Customizable:** Extensive customization options with SCSS
- **Responsive Layout:** The default configuration of Renusify components is responsive, allowing your application to
adapt to different screen sizes.
- **Theme System:** A powerful color system that makes it easy to style your application with a consistent color
palette.
- **Internationalization:** Renusify supports all languages
#### Browser Support
Renusify supports all **modern browsers**.
### 🖥️ Documentation
To check out the docs, visit [renusify.codenus.com](https://renusify.codenus.com).
### 💁♂️ Contributing
Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md).
> Please do **not** ask general questions in an issue. Issues are only to report bugs, suggest
> enhancements, or request new features. For general questions and discussions, ask in
> the [discussions](https://github.com/kak-smko/renusify/discussions).
To help you get you familiar with our contribution process, we have a list
of [good first issues](https://github.com/kak-smko/renusify/labels/good%20first%20issue) that contain bugs which have a
relatively limited scope. This is a great place to get started.
We also have a list of [help wanted](https://github.com/kak-smko/renusify/labels/help%20wanted) issues that you might
want to check.
### 📑 License
Renusify is available under the [BSD](./LICENSE) software license.
----
This project exists thanks to all the people who contribute 😍!