Installation

Steps to follow for getting started with the template:

Vue

  1. Open terminal or CMD and go the root directory of the template
    hope-ui_vue
  2. Install via the npm
    npm install
  3. For development
    npm run serve
  4. For build
    npm run build
    OR
    npm run lint