Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 511 Bytes

layer

> layered life

Run dev instance

# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev

Deploy

# generate static site in /public folder
$ npm run generate

Add command

There is a template at /components/commands/Template.vue.

  1. Create a new command component
  2. Import the component in /components/Commandline.vue
  3. Create a new case in the switch of the commandline
  4. Add command to /components/commands/Help.vue