Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 383 Bytes

File metadata and controls

17 lines (12 loc) · 383 Bytes

🍍 Pineapple

Example app for feijoa

Set up

This is a vue app, that runs using nodejs when in development mode. The version of nodejs to use is managed by nodenv. Install this. Then install the correct version of nodejs using:

nodenv install < .node-version

The vue command line interface is handy

npm install -g @vue/cli