First you need to install @vrn-deco/cli
globally
npm install -g @vrn-deco/cli
# or with yarn
yarn add --global @vrn-deco/cli
# or with pnpm
pnpm install -g @vrn-deco/cli
Next, use the create
command, followed by the name of the directory you prefer
vrn create my-app
Create a project with the pre-defined boilerplate-package
in a few simple command line interactions!
Since the dependencies of services other than the ontology are dynamically managed, checks and incremental installations are performed during use
Of course, it is possible to use npx
to execute commands directly without installation
npx @vrn-deco/cli create my-app
TODO
You or your team may be using the v0.x
version and have deployed the corresponding boilerplate
interface
If you want to migrate to v1.x
or keep the v0.x
version, see Migration Guide