Vue application with SWAPI integration
Used as part of candidate evaluation while building my team at Good Start Genetics
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
- Select an issue or create a new one to represent the work that you will perform
- Mark your issue with the tag 'assigned' or reference yourself in the issue so that others know you are working on it
- Fork the repo and implement your changes
- Open a pull request to reintegrate your changes
Your pull request must pass both CI and code quality checks in order to be accepted. When adding new functionality please include a test.