/agl-test-vuejs

Agl Test Code in Vuejs

Primary LanguageJavaScriptMIT LicenseMIT

AGL Coding Test Using VueJS

This is a project to consume the json from provided url (http://agl-developer-test.azurewebsites.net/people.json) and output a list of all the cats in alphabetical order under a heading of the gender of their owner by using VueJS.

Getting Started

Clone the project

git clone 'https://github.com/mahesh-k-s/agl-test-vuejs'

or

download the zip and extract to a local directory

Installing

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Running the tests

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Built With

  • VueJS a javascript framework
  • [Webpack 2.x] as module bundler
  • [Babel JS] as the compiler.
  • [Karma] as the test runner.
  • [Mocha] as testing framework
  • [eslint] as linting error validation

Output

alt tag

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Related Topics