https://github.com/hypersign-protocol/vue-store
Vue Store of Hypersign Identity Network
https://github.com/hypersign-protocol/vue-store
Last synced: 11 days ago
JSON representation
Vue Store of Hypersign Identity Network
- Host: GitHub
- URL: https://github.com/hypersign-protocol/vue-store
- Owner: hypersign-protocol
- Created: 2022-05-04T13:45:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T12:24:46.000Z (about 3 years ago)
- Last Synced: 2024-04-01T16:17:12.226Z (about 2 years ago)
- Language: TypeScript
- Size: 901 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Store
Vue Store of Hypersign Identity Network
## Importing in `hid-node` repository
To import this repository at `hid-node` repository, run the following from `hid-node` dir:
```
git subtree add -P vue https://github.com/hypersign-protocol/vue-store.git main
```
## App UI
[Vue.js](https://vuejs.org/)-based web app template for your Cosmos SDK blockchain. Use the template to quickly bootstrap your app. To learn more, check out the components in [Ignite Web](https://github.com/ignite-hq/web) and the [Ignite documentation](https://docs.ignite.network/).
### Project setup
```
npm install
```
### Setup Env
```
mv .env.hid .env
```
### Generate store
```
ignite generate vuex
```
### Compiles and reloads the app on save for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).