Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.35 KB

skeleton-help

This repository is an add-on to the help system created in SDras-Helper.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Support system modifications or enhancements should not be applied here but in the original repository.

This project is an helper visualizer created with SDras-Helper.

The result is a Vue component and a scaffolding with an integrated example is delivered here.

The result of SDras-Helper is a folder with the integrated component and a set of files that form the help.

The folder is the project name in question and to adapt it, just follow these steps:

  • Copy the help project folder to src/components/
  • Change the following line of src/App.vue import helper from './components/Example/helper' to import projectname from './components/projectname/helper'.

And you will simply have already adapted the help created with the above mentioned program.

Created by @Gonzalo2310