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.
- Modular architecture for scalability.
- Utility functions to simplify common tasks.
- Integration-ready with Vue.js frameworks.
- Lightweight and performant.
To install the package, use npm or yarn:
npm install cosmvue-core
# or
yarn add cosmvue-core
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 />
Contributions are welcome! Please follow the contribution guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.