> layered life
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static site in /public folder
$ npm run generate
There is a template at /components/commands/Template.vue
.
- Create a new command component
- Import the component in
/components/Commandline.vue
- Create a new case in the switch of the commandline
- Add command to
/components/commands/Help.vue