/nigeljonesassociates

The source for the site for Nigel Jones Associates Ltd

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Nigel Jones Associates

Quality Gate Status Maintainability Rating Known Vulnerabilities Build and Deploy

This is the website for Nigel Jones Associates.

It's built using Vue.js (2.x), Typescript and SCSS.

Pre-requisites

  • Node.js
  • yarn

Commands

  • Install dependencies:

    $ yarn install
  • Run the dev server

    $ yarn serve
  • Lint

    $ yarn lint
  • Run unit tests:

    $ yarn test:unit
  • Run Cypress tests:

    $ yarn test:e2e
  • Build a production distribution:

    $ yarn build