mirror of https://github.com/lukechilds/docs.git
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.
660 B
660 B
You use the Blockstack App 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.