generator-blockstack v0.10.0
Blockstack App Generator

Installation
If not already installed, install Node.js v10 or higher (minimum required version is Node.js v8).
Create a new directory and
cdinto it:mkdir hello-blockstack cd hello-blockstackGenerate a Blockstack app, you can specify the framework.
Framework Use this command to install Plain Javascript npx generator-blockstack --plainReact npx generator-blockstack --reactVue npx generator-blockstack --vueFor additional options run
npx generator-blockstack --help.Alternatively, global package installation can be used. Try this if running into problems:
npm install -g yo generator-blockstack yo blockstackStart the development server:
npm run start
Testing the generated app
The single tests works for all generators:
npm run testTesting the generator project
Within the repo directory, run npm run test. This command will generate the variants of Blockstack apps
in folders called .app-gen-test, .webpack-gen-test, .react-gen-test, and .vue-gen-test. The test asserts
that all expected files were actually created. It also runs the npm run test command within each app. For the
React, Webpack, and Vue generators, npm run test currently builds the app, but that command can be
changed. (For a React app, the typical test command is react-scripts test.)
License
MIT © Blockstack
5 years ago
5 years ago
6 years ago
6 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago