November 2017
Beginner to intermediate
398 pages
8h 42m
English
To display some pretty indicators, let's install another Vue library that allows drawing progress bars along SVG paths; that way, we can have semi-circular bars:
meteor npm i -S vue-progress-path
We need to tell the Vue compiler for Meteor not to process the files in node_modules where the package is installed.
node_modules/
import ...
Read now
Unlock full access