All Projects → tendermint → vue

tendermint / vue

Licence: Apache-2.0 license
Monorepo for packages used by Ignite CLI, including a template, component library and a set of Vuex modules

Programming Languages

typescript
32286 projects
Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Ignite Frontend

Screenshot

Contents

App template

A Vue 3 web application template is bundled with the Ignite CLI. The template features an asset list, transaction list, token transfer component, and a form component for custom models created with Ignite. The template is connected to the Keplr wallet by default.

Vuex modules

@starport/vuex

A set of Vuex modules implement functionality common to most Cosmos SDK chains.

@starport/vue

A library that contains components used by the template.

Quick start

Inside your PROJECT_DIRECTORY/vue directory, run the following command to start your frontend local environment:

npm install
npm run dev

Questions

For questions and support, join the official Ignite Discord server. The issue list in this repo is exclusively for bug reports and feature requests.

Contributing

We welcome contributions from everyone. The develop branch contains the development version of the code. You can create a branch from develop and create a pull request, or maintain your own fork and submit a cross-repository pull request.

Important Before you start implementing a new feature, the first step is to create an issue on Github that describes the proposed changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].