gpu-compute-chain/vue/README.md

26 lines
552 B
Markdown
Raw Normal View History

2022-08-25 16:51:14 -07:00
## App UI Template
[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 `@starport/vue` and the [Starport documentation](https://docs.starport.network/).
## Project setup
```
npm install
```
### 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/).