BuildWith IONOS

The website vuejs.org for the popular javascript framework Vuejs.

This project uses Hexo with Nodejs and Vuejs.

---
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 Vuejs.org here: