Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 421 Bytes

openy_af_vue_app.md

File metadata and controls

33 lines (20 loc) · 421 Bytes

Overview

This is an Activity Finder app for OpenY platform.

Development

Install dependencies:

npm install

Run a dev build:

npm run dev

Run a production build:

npm run build

YARN (alternative to NPM) support

If you prefer yarn rather than npm, it is also supported

To install it, use (brew install yarn)

Dev mode: yarn run dev

Production build: yarn run build