Skip to content

Commit

Permalink
chore: Modify README within blockchain for frontend (#3765)
Browse files Browse the repository at this point in the history
* Modify README within blockchain for frontend

* Update ignite/templates/app/files/readme.md.plush

Co-authored-by: Julien Robert <[email protected]>

---------

Co-authored-by: Julien Robert <[email protected]>
  • Loading branch information
toschdev and julienrbrt authored Nov 21, 2023
1 parent 561d77b commit a5863e0
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 information 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 a5863e0

Please sign in to comment.