Guide
Essentials
- Installation
- Introduction
- Configuration
Release Notes
Lastest Version:
Lastest Stable: 3.0.1
Detailed release notes for each version are available on GitHub.
Vue CLI Installation
Vue Cli 3 is the recommended installation method for Everflow. Please see vue-cli installation help to install vue command line tools.
# recommended
$ vue add vue-cli-plugin-everflow
NPM
NPM is not the recommended installation method as it will only install the Everflow lib. The rest of the documentation assumes you installed via Vue CLI tool.
# recommended
$ npm install everflow
Caught a mistake or want to contribute to the documentation?
Edit this on GitHub!