BuildWith IONOS
Running eaglejs starter
Running eaglejs starter

EagleJs is a Framework based on VueJS to build presentations running as a website.

This Starter uses Tailwincss for the styling.

---
distFolder: dist
setup:
- name: Setup Node.js 8.9.0
  action: actions/setup-node@v1
  properties:
    node-version: 8.9.0
prepare:
  name: Prepare Project build environment
  command: |
    npm install --global yarn
    yarn install --frozen-lockfile
build:
  name: Build node project
  command: yarn build
  environment:
    SITE_URL: ${{ steps.project.outputs.site-url }}
    CI: true
You find the source of EagleJs Starter here: