cosmvue-core
v0.0.34
Published
## Overview
Readme
cosmvue-core
Overview
cosmvue-core is a core library designed to provide essential functionalities and utilities for building Vue.js applications. It serves as the foundation for projects requiring modular and reusable components.
Features
- Modular architecture for scalability.
- Utility functions to simplify common tasks.
- Integration-ready with Vue.js frameworks.
- Lightweight and performant.
Installation
To install the package, use npm or yarn:
npm install cosmvue-core
# or
yarn add cosmvue-coreUsage
Import and use the library in your main.js of vuejs project:
import cosmvueCore from 'cosmvue-core';
app.use(cosmvueCore) Use component:
<login-wallet chain-id="cosmoshub-4">
<wallet-info />
<wallet-actions />
<wallet-chart />
<chain-info />Contributing
Contributions are welcome! Please follow the contribution guidelines to get started.
License
This project is licensed under the MIT License. See the LICENSE file for details.
