Skip to content

Update README.md to enhance Vue 2.x and Vue 3.x examples and clarify … #8

Update README.md to enhance Vue 2.x and Vue 3.x examples and clarify …

Update README.md to enhance Vue 2.x and Vue 3.x examples and clarify … #8

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: borales/actions-yarn@v4.2.0
with:
cmd: install
- name: Run tests
run: yarn test