From a0b0d20bdb288bddc4557eefbeaa568d9b92819d Mon Sep 17 00:00:00 2001 From: toschdev <8368497+toschdev@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:44:49 +0100 Subject: [PATCH] Modify README within blockchain for frontend --- ignite/templates/app/files/readme.md.plush | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ignite/templates/app/files/readme.md.plush b/ignite/templates/app/files/readme.md.plush index fecba96974..1c2ce3eeef 100644 --- a/ignite/templates/app/files/readme.md.plush +++ b/ignite/templates/app/files/readme.md.plush @@ -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.