Skip to content

Commit

Permalink
Modify README within blockchain for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Nov 21, 2023
1 parent 561d77b commit a0b0d20
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ignite/templates/app/files/readme.md.plush
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ Your blockchain in development can be configured with `config.yml`. To learn mor

### Web Frontend

Ignite CLI has scaffolded a Vue.js-based web app in the `vue` directory. Run the following commands to install dependencies and start the app:
Additionally, Ignite CLI offers both Vue and React options for frontend scaffolding:

For a Vue frontend, use: `ignite scaffold vue`
For a React frontend, use: `ignite scaffold react`
These commands can be run within your scaffolded blockchain project.

```
cd vue
npm install
npm run serve
```

The frontend app is built using the `@starport/vue` and `@starport/vuex` packages. For details, see the [monorepo for Ignite front-end development](https://github.com/ignite/web).
For more infromation see the [monorepo for Ignite front-end development](https://github.com/ignite/web).

## Release
To release a new version of your blockchain, create and push a new tag with `v` prefix. A new draft release with the configured targets will be created.
Expand Down

0 comments on commit a0b0d20

Please sign in to comment.