You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

978 B

You use npm to install Yeoman and Blockstack App Generator. Yeoman is a generic scaffolding system that helps users rapidly start new projects and streamline the maintenance of existing projects.

  1. Use npm to install Yeoman and the Blockstack generator

    npm install -g yo generator-blockstack
    

You can use the generator to create scaffolding for a starter application. The generator can create scaffolding for any of these frameworks:

Framework Use this command to install
Plain Javascript npx generator-blockstack --plain
React npx generator-blockstack --react
Vue npx generator-blockstack --vue

For example, to install a Vue scaffolding, you would use the npx generator-blockstack --vue command.