Skip to content

okkdev/layer

Repository files navigation

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