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.
992 B
992 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.
-
Use
npm
to install Yeoman and the Blockstack generatornpm install -g yo generator-blockstack
You can use the generator to create scaffolding for a starter application. The generator can create scaffoling for any of these frameworks:
Framework | Use this command to install |
---|---|
Plain Javascript | blockstack |
Webpack | blockstack:webpack |
React | blockstack:react |
Vue | blockstack:vue |
For example, to install a Vue scaffolding, use the npm create yo blockstack:vue
command.