VueJs

  1. Install VueJs CLI
  2. Prototyping / tutorials
  3. Resources

Install VueJs CLI

If you haven't installed Node before then do this first.

To setup a simple starter project first install Vue CLI so that you can run VueJs directly from Terminal/command line to get the latest version of Vue along with up to date dependencies.

Prototyping / tutorials

It should now be possible to run the command vue serve or vue build to load up your prototype running on a localhost.

Resources