https://github.com/ignite/web
Monorepo for packages used by Ignite CLI, including a template, component library and a set of Vuex modules
https://github.com/ignite/web
typescript vue vuejs
Last synced: 4 months ago
JSON representation
Monorepo for packages used by Ignite CLI, including a template, component library and a set of Vuex modules
- Host: GitHub
- URL: https://github.com/ignite/web
- Owner: ignite
- License: apache-2.0
- Created: 2020-09-15T07:48:51.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-16T08:35:27.000Z (4 months ago)
- Last Synced: 2025-07-17T10:58:02.642Z (4 months ago)
- Topics: typescript, vue, vuejs
- Language: Vue
- Homepage: https://ignite.com/cli
- Size: 33.4 MB
- Stars: 75
- Watchers: 17
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - ignite/web - Monorepo for packages used by Ignite CLI, including a template, component library and a set of Vuex modules (Vue)
README
# Ignite Frontend

## Contents
### [App template](https://github.com/ignite/web/tree/develop/packages/vue-template)
A Vue 3 web application template is bundled with the [Ignite CLI](https://github.com/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](https://github.com/chainapsis/keplr-wallet/) wallet by default.
### [@ignt/vue-library](https://github.com/ignite/web/tree/develop/packages/vue-lib)
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:
```bash
pnpm install
pnpm dev
```
## Questions
For questions and support, join the official [Ignite Discord](https://discord.com/invite/ignitecli) 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.